Skip to content

Commit

Permalink
Debug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed Nov 4, 2024
1 parent 2c5ec82 commit 90074cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
source: ./docs
destination: ./build/docs
- name: Build documentation
run: "./bin/task build_docs -- -c lunr_search=\"{'fuzziness': 1, 'index_docstrings': True}\""
run: "sudo ./bin/task build_docs -- -c lunr_search=\"{'fuzziness': 1, 'index_docstrings': True}\""
- name: Upload static files as artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 90074cb

Please sign in to comment.