workflow testing
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m27s

This commit is contained in:
Henry V Child 2025-02-16 17:25:17 +01:00
parent fc5138e964
commit b3aee8c8a8

View File

@ -25,6 +25,9 @@ jobs:
- name: Sending my key to file - name: Sending my key to file
run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key
- name: Adding SIAB to known hosts
run: echo "${{ secrets.SIAB_FINGERPRINT }}" > ~/.ssh/known_hosts
- name: Testing this - name: Testing this
run: cat ~/key run: cat ~/key