Skip to content

Commit

Permalink
Update actions used in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hokorobi committed Jul 14, 2024
1 parent a368ff3 commit 4dc7d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: chmod x *.sh
Expand All @@ -32,7 +32,7 @@ jobs:
run: cp -r index.html style.css uml publish

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4dc7d6b

Please sign in to comment.