Skip to content

Commit

Permalink
Merge pull request #62 from /issues/60
Browse files Browse the repository at this point in the history
GitHub Actions の修正
  • Loading branch information
iganari authored Aug 8, 2024
2 parents 6540608 + 5f45484 commit 9bec31c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'public'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 9bec31c

Please sign in to comment.