Skip to content

Commit

Permalink
Merge pull request #23 from hyperledger/swcurran-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
swcurran authored Aug 13, 2024
2 parents 3e86c74 + f034ed3 commit 0d58901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4
with:
persist-credentials: false

Expand All @@ -28,7 +28,7 @@ jobs:
run: git add -f docs/index.html

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.3
uses: JamesIves/github-pages-deploy-action@4.6.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
Expand Down

0 comments on commit 0d58901

Please sign in to comment.