Skip to content

Commit

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

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

0 comments on commit ae1f0c8

Please sign in to comment.