fix deploy action
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 46s
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 46s
This commit is contained in:
parent
2a1f6b6abb
commit
1784841371
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: vitepress build
|
||||
run: npm run docs:build
|
||||
- name: add private key to ssh agent
|
||||
uses: https://git.distrilab.fr/NixiN/ssh-agent-action
|
||||
uses: https://git.distrilab.fr/NixiN/ssh-agent-action@v0.9.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
|
||||
- name: do deploy
|
||||
|
|
Loading…
Reference in a new issue