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 74a43dc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gh-pages.yaml
Expand Up @@ -22,7 +22,9 @@ jobs:
shell: bash

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

- name: Install dependencies
run: |
Expand All @@ -32,8 +34,11 @@ jobs:
- name: Generate docs
run: |
git fetch --tags --force
git checkout master
git pull --force
cd docs
poxy --verbose
poxy --verbose --git-tags
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 74a43dc

Please sign in to comment.