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 5b5847b commit df86c3b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- run: |
sudo apt-get update
sudo apt-get install -y python3-poetry
- uses: abatilo/actions-poetry@v2
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand All @@ -35,9 +33,10 @@ jobs:
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./build/docs
destination: ./build/_jekyll
- name: Build documentation
run: "sudo -E ./bin/task build_docs -- -c lunr_search=\"{'fuzziness': 1, 'index_docstrings': True}\""
run: "./bin/task build_docs -- -c lunr_search=\"{'fuzziness': 1, 'index_docstrings': True}\""
- run: cp -r build/_jekyll/* build/docs/
- name: Upload static files as artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit df86c3b

Please sign in to comment.