From c2cfb31769b7b275b15b196ae125217bca6c1ec1 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 22 Aug 2019 08:38:30 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a55dab53..3e398c7d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,12 +9,13 @@ jobs: deploy: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@master + - name: Checkout repository + uses: actions/checkout@master - name: Build Hugo site uses: peaceiris/actions-hugo@v0.56.3 with: - args: -b "/" -v --debug - - name: test artifact + args: -b "/" --gc --cleanDestinationDir -v --debug + - name: Upload artifact for debugging uses: actions/upload-artifact@master with: name: public