From e85488ba1b060b74aeec0986c86da0fd19467ef2 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 25 Jul 2020 12:07:01 +0530 Subject: [PATCH] workflow : gh-pages : buildDrafts --- .github/workflows/gh-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8df1643a..5f045a8c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,10 +11,10 @@ jobs: uses: actions/checkout@v2 with: ref: exampleSite - + - name: Get Theme run: git submodule update --init --recursive - + - name: Update theme to Latest commit run: git submodule update --remote --merge @@ -24,7 +24,7 @@ jobs: hugo-version: 'latest' - name: Build - run: hugo --gc --verbose --minify + run: hugo --buildDrafts --gc --verbose --minify - name: Deploy uses: peaceiris/actions-gh-pages@v3