Update build-docs.yml

This commit is contained in:
Marc Rousavy 2021-03-03 13:22:40 +01:00
parent 9eb1f5d04c
commit ef1b9e0d20

View File

@ -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