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 d1b5bcd commit 980dc65Copy full SHA for 980dc65
.github/workflows/update-api-docs.yml
@@ -13,6 +13,8 @@ on:
13
- cron: '0 3 * * *'
14
workflow_dispatch:
15
16
+permissions:
17
+ contents: write
18
jobs:
19
build:
20
name: Build and update docs
@@ -44,12 +46,11 @@ jobs:
44
46
run: |
45
47
python update.py
48
- name: Deploy
- uses: JamesIves/github-pages-deploy-action@releases/v3
49
+ uses: JamesIves/github-pages-deploy-action@releases/v4
50
with:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- SINGLE_COMMIT: true
51
- BASE_BRANCH: main
52
- BRANCH: gh-pages
53
- FOLDER: dist
54
- GIT_CONFIG_NAME: V8 API docs updater
55
- GIT_CONFIG_EMAIL: [email protected]
+ single-commit: true
+ base-branch: main
+ branch: gh-pages
+ folder: dist
+ git-config-name: V8 API docs updater
56
+ git-config-email: [email protected]
0 commit comments