Skip to content

Commit 1b8fb3e

Browse files
authored
Fix deploy.yml syntax
1 parent 473946f commit 1b8fb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: site
3535
path: ${{ github.workspace }}/_site/
3636
- name: Deploy
37-
uses: peaceiris/actions-gh-pages@v3
38-
with:
37+
uses: peaceiris/actions-gh-pages@v3
38+
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
publish_dir: ${{ github.workspace }}/_site

0 commit comments

Comments
 (0)