Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
fix(ci): CD for docs
Browse files Browse the repository at this point in the history
Use SSH to deploy
  • Loading branch information
sundowndev authored Dec 13, 2019
1 parent 45c0add commit c21b811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
git config --global user.name "${{ secrets.GITHUB_USER }}"
git config --global user.email "${{ secrets.GITHUB_USER }}@users.noreply.github.com"
cd website && yarn
GIT_USER="${{ secrets.GITHUB_USER }}" ./node_modules/.bin/docusaurus-publish
GIT_USER="${{ secrets.GITHUB_USER }}" USE_SSH=true ./node_modules/.bin/docusaurus-publish

0 comments on commit c21b811

Please sign in to comment.