Skip to content

Commit 6189e8c

Browse files
committed
yaml インデント修正
1 parent 1f43908 commit 6189e8c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

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

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

0 commit comments

Comments
 (0)