We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2673b31 commit 9ab2617Copy full SHA for 9ab2617
.github/workflows/docs.yml
@@ -75,10 +75,10 @@ jobs:
75
./node_modules/.bin/typedoc --out gh-pages/${TAG}
76
77
- name: Commit to gh-pages
78
- uses: EndBug/add-and-commit@v4
+ uses: EndBug/add-and-commit@v9
79
with:
80
cwd: ./gh-pages
81
- ref: gh-pages
+ push: origin gh-pages --force
82
message: Update ${{ env.TAG }} docs via ${{ github.sha }}
83
env:
84
GITHUB_TOKEN: ${{ github.token }}
0 commit comments