build, not dev server
All checks were successful
/ build (pull_request) Successful in 19s

This commit is contained in:
Stefan Bethke 2024-10-13 13:26:35 +02:00
parent 8eaf568f7d
commit d037eca506

View file

@ -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'