From 19e8c2dcb7d407e52d98b71dd358e64d40ed82f1 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 22 Aug 2019 08:23:39 -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 d419ecca..a55dab53 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,9 +11,9 @@ jobs: steps: - uses: actions/checkout@master - name: Build Hugo site - uses: peaceiris/actions-hugo@v0.57.2 + uses: peaceiris/actions-hugo@v0.56.3 with: - args: --debug -v + args: -b "/" -v --debug - name: test artifact uses: actions/upload-artifact@master with: