Skip to content

Commit 0fade18

Browse files
committed
fix docs
1 parent 14902c9 commit 0fade18

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ jobs:
5959
touch build/.nojekyll
6060
6161
- name: Deploy 📬
62-
uses: JamesIves/github-pages-deploy-action@releases/v3
62+
uses: JamesIves/github-pages-deploy-action@v4
6363
if: github.ref == 'refs/heads/master'
6464
with:
65-
ACCESS_TOKEN: ${{ secrets.AccessToken }}
66-
BRANCH: gh-pages # The branch the action should deploy to.
67-
FOLDER: build # The folder the action should deploy.
65+
# token: ${{ secrets.AccessToken }}
66+
branch: gh-pages # The branch the action should deploy to.
67+
folder: build # The folder the action should deploy.
68+
clean: true

0 commit comments

Comments
 (0)