Skip to content

Commit b1b59c8

Browse files
committed
Fix: correct YAML indentation in Pages workflow deploy step
1 parent c43b226 commit b1b59c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
needs: build
4848
steps:
4949
- name: Deploy to GitHub Pages
50-
id: deployment
51-
uses: actions/deploy-pages@v4
50+
id: deployment
51+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)