From 6a9b4b4adb9281a783f939d4450d14bb43b777b3 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sun, 16 Jan 2022 08:58:14 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20drafts=20to=20GitHub=20Pag?= =?UTF-8?q?es=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index bc42ddcb..9b43a919 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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