Update build-docs.yml
This commit is contained in:
parent
9eb1f5d04c
commit
ef1b9e0d20
4
.github/workflows/build-docs.yml
vendored
4
.github/workflows/build-docs.yml
vendored
@ -48,12 +48,12 @@ jobs:
|
|||||||
EOT
|
EOT
|
||||||
- name: Release to GitHub Pages
|
- name: Release to GitHub Pages
|
||||||
env:
|
env:
|
||||||
USE_SSH: true
|
USE_SSH: false
|
||||||
GIT_USER: git
|
GIT_USER: git
|
||||||
CURRENT_BRANCH: main
|
CURRENT_BRANCH: main
|
||||||
DEPLOYMENT_BRANCH: gh-pages
|
DEPLOYMENT_BRANCH: gh-pages
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "actions@gihub.com"
|
git config --global user.email "actions@github.com"
|
||||||
git config --global user.name "gh-actions"
|
git config --global user.name "gh-actions"
|
||||||
cd docs
|
cd docs
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
|
Loading…
Reference in New Issue
Block a user