Skip to content

Commit cf59b3f

Browse files
committed
chore: fix deploy.yml
1 parent d7cbb24 commit cf59b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm install
2929
- run: npm run docs:build
3030
- uses: JamesIves/github-pages-deploy-action@4.1.0
31-
with:
31+
with:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
BRANCH: gh-pages
3434
FOLDER: docs-dist

0 commit comments

Comments
 (0)