From a881e42f0abe68c594a3f9b21da0421319f57ad2 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 26 Aug 2019 09:45:20 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d4060a22..e032acd6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: peaceiris/actions-hugo@v0.56.3 + - uses: jakejarvis/hugo-build-action@master with: - args: --gc --cleanDestinationDir + args: --gc --cleanDestinationDir -b "/" - uses: actions/upload-artifact@master with: name: public