Skip to content

Commit 325a34a

Browse files
committed
build yamlのdeployを最新に修正
1 parent fdaa290 commit 325a34a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040

4141
# Deployment job
4242
deploy:
43-
environment:
44-
name: github-pages
45-
url: ${{ steps.deployment.outputs.page_url }}
46-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-22.04
4744
needs: build
4845
steps:
4946
- name: Deploy to GitHub Pages
5047
id: deployment
51-
uses: actions/deploy-pages@v2
48+
uses: actions/deploy-pages@v4
49+
environment:
50+
name: github-pages
51+
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)