build-docs: use ssh

This commit is contained in:
Marc Rousavy
2021-03-03 14:45:57 +01:00
committed by GitHub
parent 1a86e4e582
commit 734c84579b

View File

@@ -48,7 +48,7 @@ jobs:
EOT EOT
- name: Release to GitHub Pages - name: Release to GitHub Pages
env: env:
USE_SSH: false USE_SSH: true
GIT_USER: git GIT_USER: git
CURRENT_BRANCH: main CURRENT_BRANCH: main
DEPLOYMENT_BRANCH: gh-pages DEPLOYMENT_BRANCH: gh-pages