Skip to content

Commit

Permalink
There is no docs folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Oct 31, 2024
1 parent 901b352 commit c6c312f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
python -m pip install -r requirements.txt
- name: Build site
run: |
cd docs
make html
- name: Upload docs
- name: Upload site
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/build/html
name: site
path: build/html
- name: Publish docs to Github Pages
if: startsWith(github.event.ref, 'refs/tags')
uses: JamesIves/github-pages-deploy-action@releases/v4
Expand Down

0 comments on commit c6c312f

Please sign in to comment.