Skip to content

Commit

Permalink
fixed lockfile and updated documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jun 26, 2024
1 parent a338450 commit a58fec7
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install dependencies
run: |
poetry install --sync --no-interaction --no-root --all-extras --with docs
poetry install --sync --no-interaction --all-extras --with docs
- name: Setup Pages
uses: actions/configure-pages@v5
Expand All @@ -51,7 +51,7 @@ jobs:
- 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
Loading

0 comments on commit a58fec7

Please sign in to comment.