1
0
Fork 0

fixed format in deploy action
Some checks failed
hugo-deploy / deploy (push) Failing after 55s

This commit is contained in:
Mia Rose Winter 2024-06-02 18:40:46 +02:00
parent 33e9b5ecc2
commit e08e1d6979
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -19,7 +19,7 @@ jobs:
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build
- uses: github.com/webfactory/ssh-agent@v0.9.0 - uses: https://github.com/webfactory/ssh-agent@v0.9.0
with: with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Add known host - name: Add known host