From 2365845aa53864be5e0f88f15b4f24090d542525 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 17 Jul 2022 19:09:57 -0400 Subject: [PATCH] Hugo Autobuild Signed-off-by: Tommy --- .github/workflows/firebase-hosting-merge.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 1062272..d0899bc 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -11,6 +11,15 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + + - name: Hugo setup + uses: peaceiris/actions-hugo@v2 + with: + hugo-version: 'latest' + + - name: Build + run: hugo --minify + - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}'