Skip to content

Commit

Permalink
Merge pull request #8 from hokorobi/update-github-actions
Browse files Browse the repository at this point in the history
Update actions used in Github Actions
  • Loading branch information
hokorobi authored Jul 15, 2024
2 parents 9ef590a + 4dc7d6b commit 40ef042
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 40ef042

Please sign in to comment.