Skip to content

Commit

Permalink
push debugging to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajtospoga01 committed Dec 15, 2023
1 parent 8f44a5a commit 3bea5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
run: |
cd docs
sphinx-build -b html ./source/ ./build/
ls
- name: Upload build data
uses: actions/upload-artifact@v3
with:
name: documentation
path: ./build/html
path: ./docs/build/html

deploy:
needs: build
Expand Down

0 comments on commit 3bea5d3

Please sign in to comment.