fixed github actions url
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after -9s
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after -9s
This commit is contained in:
parent
3541b1514b
commit
80efd745eb
1 changed files with 2 additions and 2 deletions
|
@ -27,13 +27,13 @@ jobs:
|
|||
node-version: 18
|
||||
|
||||
- name: Setup Rsync
|
||||
uses: GuillaumeFalourd/setup-rsync@v1.2
|
||||
uses: https://github.com/GuillaumeFalourd/setup-rsync@v1.2
|
||||
|
||||
- name: Build site
|
||||
run: npm run build
|
||||
|
||||
- name: Install SSH Key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
uses: https://github.com/shimataro/ssh-key-action@v2
|
||||
with:
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
known_hosts: 'placeholder' # to make it work
|
||||
|
|
Loading…
Reference in a new issue