Fix GA pipeline (#93)

* Fix GA pipeline

* Update .github/workflows/release.yml

Co-authored-by: Yaroslav Rogov <rogovyaroslav@gmail.com>

Co-authored-by: Yaroslav Rogov <rogovyaroslav@gmail.com>
This commit is contained in:
Alexey Pronin 2021-07-21 13:25:58 +03:00 committed by GitHub
parent 36bd187439
commit 162e810193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,9 @@ jobs:
- name: Build docsite
run: npm run build -- ../public
- name: Install rsync (dep for github-pages-deploy-action)
run: apt-get update && apt-get install -y rsync
run: |
apt-get update && apt-get install -y rsync
ssh-keyscan -H github.com > ~/.ssh/known_hosts # Necessary for github-pages deploy via ssh-key below
- name: Deploy to release branch
uses: JamesIves/github-pages-deploy-action@4.1.4
with: