Skip to content

Commit

Permalink
fix path again -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jul 5, 2024
1 parent ae1f0c8 commit 960f16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- name: Build
run: |
poetry run pdoc avro.main --html
mv html/avro/main.html index.html
mv html/avro/main.html ../../index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: index.html
path: 'index.html'

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 960f16c

Please sign in to comment.