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:50:14 +01:00
parent b3aee8c8a8
commit 83f64611bf

View File

@ -26,7 +26,7 @@ jobs:
run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key
- name: Adding SIAB to known hosts - name: Adding SIAB to known hosts
run: echo "${{ secrets.SIAB_FINGERPRINT }}" > ~/.ssh/known_hosts run: echo "siab.henv.eu ${{ secrets.SIAB_FINGERPRINT }}" > ~/.ssh/known_hosts
- name: Testing this - name: Testing this
run: cat ~/key run: cat ~/key