diff --git a/.gitea/workflows/upload_site.yaml b/.gitea/workflows/upload_site.yaml index 62ba3ab..ea918b3 100644 --- a/.gitea/workflows/upload_site.yaml +++ b/.gitea/workflows/upload_site.yaml @@ -28,8 +28,11 @@ jobs: - name: List the contents run: ls ./layouts/_default - - name: Generate the website - run: ~/go/bin/hugo + #- name: Generate the website + # run: ~/go/bin/hugo + + - name: Build the website + run: hugo - name: Sending my key to file run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key