Skip to content

Commit fe8b909

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

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
@@ -43,9 +43,9 @@ jobs:
4343
runs-on: ubuntu-22.04
4444
needs: build
4545
steps:
46-
- name: Deploy to GitHub Pages
47-
id: deployment
46+
- name: Deploy to GitHub Pages
47+
id: deployment
4848
uses: actions/deploy-pages@v4
49-
environment:
50-
name: github-pages
51-
url: ${{ steps.deployment.outputs.page_url }}
49+
environment:
50+
name: github-pages
51+
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)