Skip to content

Commit 4f29b11

Browse files
committed
chore: testing new token
1 parent e78434c commit 4f29b11

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Build docs
2929
run: npm run build
3030
working-directory: ./docs
31-
- name: Deploy docs
32-
run: npm run deploy
33-
working-directory: ./docs
31+
- name: Deploy to GitHub Pages
32+
uses: JamesIves/github-pages-deploy-action@v4
33+
with:
34+
token: ${{ secrets.GH_TOKEN }}
35+
branch: gh-pages
36+
folder: docs/build

0 commit comments

Comments
 (0)