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 df86c3b commit ea4f18c
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 @@ -33,10 +33,10 @@ jobs:
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./build/_jekyll
destination: ./_jekyll
- name: Build documentation
run: "./bin/task build_docs -- -c lunr_search=\"{'fuzziness': 1, 'index_docstrings': True}\""
- run: cp -r build/_jekyll/* build/docs/
- run: cp -r ./_jekyll/* build/docs/
- name: Upload static files as artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit ea4f18c

Please sign in to comment.