Skip to content

Commit 9c551b2

Browse files
committed
fix: typo in ci
1 parent 9c48804 commit 9c551b2

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
@@ -23,5 +23,5 @@ jobs:
2323
- name: Deploy
2424
uses: peaceiris/actions-gh-pages@v3
2525
with:
26-
github_token: ${{ secrets.GITHUB_TOKEN }}
27-
publish_dir: ./out
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
publish_dir: ./out

0 commit comments

Comments
 (0)