Skip to content

Commit

Permalink
update documentation ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marzer committed Jan 28, 2024
1 parent d8fa9a1 commit 10acc2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
shell: bash

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Install dependencies
run: |
Expand All @@ -33,7 +36,7 @@ jobs:
- name: Generate docs
run: |
cd docs
poxy --verbose
poxy --verbose --git-tags
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 10acc2d

Please sign in to comment.