Skip to content

Commit

Permalink
Merge pull request #300 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…peaceiris/actions-gh-pages-4

ci: bump peaceiris/actions-gh-pages from 3 to 4
  • Loading branch information
aefhm committed Apr 12, 2024
2 parents 29f4c74 + 70c97ec commit 0b8cac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pnpm typedoc
- name: Deploy to api-reference branch
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: clients/js/docs/api
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: pnpm doc

- name: Deploy to api-reference branch
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: contracts/sol/sapphire-contracts/book
Expand Down

0 comments on commit 0b8cac1

Please sign in to comment.