diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 03d0706..8d5bc44 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -44,7 +44,7 @@ jobs: - name: Build website (staging) if: github.ref_name != 'main' run: | - hugo server --buildFuture --buildDrafts + hugo --buildFuture --buildDrafts - name: Deploy - Prepare keys if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'schedule'