Skip to content

Commit

Permalink
ci: publish doc step fixed (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh committed Jul 25, 2023
1 parent f2fc7f7 commit a6e839a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 92 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:

- name: Install Dependencies
run: |
poetry install
poetry install --only dev
- name: Build docs
run: |
poetry run mkdocs build
- name: Push doc to Github Page
uses: peaceiris/actions-gh-pages@v2
uses: peaceiris/actions-gh-pages@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
Expand Down
Loading

0 comments on commit a6e839a

Please sign in to comment.