👷 Add drafts to GitHub Pages build

This commit is contained in:
James Panther
2022-01-16 08:58:14 +11:00
parent 0fadc453ab
commit 6a9b4b4adb
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Build
working-directory: ./exampleSite
run: hugo --minify --themesDir ../.. --baseURL https://jpanther.github.io/congo/
run: hugo --minify --themesDir ../.. --buildDrafts --baseURL https://jpanther.github.io/congo/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3