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 9705298 commit 2c5ec82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
run: poetry install
- name: Install task
run: curl -sL https://taskfile.dev/install.sh | sh
- name: Build documentation
run: "./bin/task build_docs -- -c lunr_search=\"{'fuzziness': 1, 'index_docstrings': True}\""
- name: Build markdown with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./build/docs
- name: Build documentation
run: "./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 2c5ec82

Please sign in to comment.