mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-24 17:31:53 +00:00
build(docs:ci): set GITHUB_TOKEN
This commit is contained in:
parent
f83686e30e
commit
1bc50ed7a0
2 changed files with 2 additions and 0 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -52,3 +52,5 @@ jobs:
|
||||||
target_branch: gh-pages
|
target_branch: gh-pages
|
||||||
# deploy the default output dir of VuePress
|
# deploy the default output dir of VuePress
|
||||||
build_dir: docs/.vuepress/dist
|
build_dir: docs/.vuepress/dist
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue