Skip to content

Commit ddbcee6

Browse files
authored
fix: style about deploy with params at yml file
1 parent bc992c0 commit ddbcee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- name: Deploy 🚀
2929
uses: JamesIves/github-pages-deploy-action@4.1.1
30-
with:
31-
branch: gh-pages
32-
folder: docs/.vuepress/dist
30+
with:
31+
branch: gh-pages
32+
folder: docs/.vuepress/dist

0 commit comments

Comments
 (0)