Update actions to run post build script

This commit is contained in:
Ben Armstead 2022-04-28 09:41:02 +01:00
parent f90b268343
commit 53a560e960

View file

@ -19,11 +19,11 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.87.0' hugo-version: "0.87.0"
extended: true extended: true
- name: Build - name: Build
run: hugo --minify run: hugo --minify && cd scripts && python3 post_build.py
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3