From 53a560e960bd3ee38854d603dfdbaec0c0b23f82 Mon Sep 17 00:00:00 2001 From: Ben Armstead Date: Thu, 28 Apr 2022 09:41:02 +0100 Subject: [PATCH] Update actions to run post build script --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 40f3056..9ed4cf2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -19,11 +19,11 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.87.0' + hugo-version: "0.87.0" extended: true - name: Build - run: hugo --minify + run: hugo --minify && cd scripts && python3 post_build.py - name: Deploy uses: peaceiris/actions-gh-pages@v3