Modify Workflow... Again
Some checks failed
Build Hugo Site / build (push) Failing after 8s

This commit is contained in:
Benjamin Hays 2024-01-27 23:51:15 -05:00
parent 2d418f55e5
commit aac79ddd91

View File

@ -24,6 +24,8 @@ jobs:
hugo \
--minify
- name: Deploy to Server
env:
SSH_KEY: ${{ secrets.SSH_KEY }}
run: |
echo "$SSH_KEY" > /root/.ssh/id_rsa
chmod 600 /root/.ssh/id_rsa