This commit is contained in:
parent
8eaf568f7d
commit
d037eca506
|
@ -44,7 +44,7 @@ jobs:
|
||||||
- name: Build website (staging)
|
- name: Build website (staging)
|
||||||
if: github.ref_name != 'main'
|
if: github.ref_name != 'main'
|
||||||
run: |
|
run: |
|
||||||
hugo server --buildFuture --buildDrafts
|
hugo --buildFuture --buildDrafts
|
||||||
|
|
||||||
- name: Deploy - Prepare keys
|
- name: Deploy - Prepare keys
|
||||||
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'schedule'
|
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'schedule'
|
||||||
|
|
Loading…
Reference in a new issue