Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 338438f

Browse files
authored
Update build-docs.yml
1 parent a383459 commit 338438f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Deploy to GitHub Pages
1515
uses: peaceiris/actions-gh-pages@v3 # https://github.com/peaceiris/actions-gh-pages
1616
with:
17-
deploy_key: ${{ secrets.GITHUB_TOKEN }}
17+
github_token: ${{ secrets.GITHUB_TOKEN }}
1818
publish_dir: .
1919
force_orphan: true
2020
exclude_assets: '.github,openapi,.redocly.yaml,LICENSE,README.md,make.sh'

0 commit comments

Comments
 (0)