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
|
||||
- name: Release to GitHub Pages
|
||||
env:
|
||||
USE_SSH: true
|
||||
USE_SSH: false
|
||||
GIT_USER: git
|
||||
CURRENT_BRANCH: main
|
||||
DEPLOYMENT_BRANCH: gh-pages
|
||||
run: |
|
||||
git config --global user.email "actions@gihub.com"
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "gh-actions"
|
||||
cd docs
|
||||
yarn install --frozen-lockfile
|
||||
|
Loading…
Reference in New Issue
Block a user