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 650779e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -33,7 +33,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 650779e

Please sign in to comment.