Skip to content

Commit

Permalink
revert deployment workflow for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jul 5, 2024
1 parent 665ce5a commit 67102b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ jobs:

- name: Build
run: |
poetry run pdoc avro.main --html
mv html/avro/main.html index.html
poetry run pdoc avro --html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './html/avro/*'
path: './html/avro'

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

0 comments on commit 67102b5

Please sign in to comment.