Skip to content

Commit 3a1da5b

Browse files
Merge pull request #274 from axone-protocol/dependabot/github_actions/peaceiris/actions-gh-pages-4
2 parents efc4849 + 9cf5c99 commit 3a1da5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "::set-output name=major::$major"
3434
3535
- name: Deploy to GitHub Pages
36-
uses: peaceiris/actions-gh-pages@v3
36+
uses: peaceiris/actions-gh-pages@v4
3737
with:
3838
github_token: ${{ secrets.OPS_TOKEN }}
3939
publish_dir: target/ontology/v${{ steps.version.outputs.major }}

0 commit comments

Comments
 (0)