Skip to content

Commit

Permalink
ci: fix docs deployment (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadobando authored Oct 14, 2023
1 parent 3ebfa56 commit 9dd0170
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
name: Release
if: github.ref == 'refs/heads/main'
needs:
- test
- pre-commit
- test
runs-on: ubuntu-latest
concurrency: release
permissions:
Expand Down Expand Up @@ -156,11 +156,11 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: poetry install --no-interaction --only docs

- run: poetry run mkdocs gh-deploy --force

- run: |
poetry build
Expand Down

0 comments on commit 9dd0170

Please sign in to comment.