From 8335b5cc223c323eb5c959c94e339f74cda4d7e0 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 22 Aug 2019 00:01:48 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e3553d69..967b8155 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Build & Deploy +name: Deploy on: push: @@ -14,6 +14,11 @@ jobs: uses: peaceiris/actions-hugo@v0.57.2 with: args: --gc -b "/" + - name: test artifact + uses: actions/upload-artifact@master + with: + name: public + path: ./public - name: Purge cache uses: jakejarvis/cloudflare-purge-action@master env: