Skip to content

Commit

Permalink
fix: always rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Sep 3, 2023
1 parent 95f3e62 commit 64f022e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -985,9 +985,6 @@ jobs:
- run:
name: "Build docs"
command: build docs
- run:
name: "Remove dockerignore"
command: rm .dockerignore

e2e-join:
docker:
Expand Down
2 changes: 1 addition & 1 deletion build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"buildDir": ".",
"dockerfile": "docs/Dockerfile",
"rebuildPatterns": [
"^docs/"
"^."
],
"dependencies": []
},
Expand Down
9 changes: 0 additions & 9 deletions docs/scripts/build.sh

This file was deleted.

0 comments on commit 64f022e

Please sign in to comment.