Update .gitea/workflows/upload_site.yaml
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 25s

This commit is contained in:
henryv 2025-04-12 19:39:35 +02:00
parent c588222391
commit 9a21211ffa

View File

@ -28,8 +28,11 @@ jobs:
- name: List the contents - name: List the contents
run: ls ./layouts/_default run: ls ./layouts/_default
- name: Generate the website #- name: Generate the website
run: ~/go/bin/hugo # run: ~/go/bin/hugo
- name: Build the website
run: hugo
- 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