mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 02:45:19 +00:00
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:
parent
36bd187439
commit
162e810193
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user