We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5421 commit f952833Copy full SHA for f952833
.github/workflows/cd.yml
@@ -12,8 +12,6 @@ jobs:
12
steps:
13
- name: Git checkout
14
uses: actions/checkout@v2
15
- with:
16
- persist-credentials: false
17
- name: Install Node
18
uses: actions/setup-node@v1
19
with:
@@ -24,12 +22,11 @@ jobs:
24
22
run: pnpm install --frozen-lockfile=false
25
23
- name: Build and deploy
26
run: pnpm run deploy
27
- - uses: JamesIves/github-pages-deploy-action@3.7.1
+ - uses: JamesIves/github-pages-deploy-action@4.0.0
28
29
- github_token: ${{ secrets.GITHUB_TOKEN }}
30
branch: gh-pages
31
folder: public
32
- target_folder: public
33
- single_commit: true
+ target-folder: public
+ single-commit: true
34
silent: true
35
clean: true
0 commit comments