Skip to content

Commit 9ab2617

Browse files
committed
Bump docs action
1 parent 2673b31 commit 9ab2617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
./node_modules/.bin/typedoc --out gh-pages/${TAG}
7676
7777
- name: Commit to gh-pages
78-
uses: EndBug/add-and-commit@v4
78+
uses: EndBug/add-and-commit@v9
7979
with:
8080
cwd: ./gh-pages
81-
ref: gh-pages
81+
push: origin gh-pages --force
8282
message: Update ${{ env.TAG }} docs via ${{ github.sha }}
8383
env:
8484
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)