1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 08:55:32 -04:00

Update deploy.yml

This commit is contained in:
2019-08-22 00:01:48 -04:00
committed by GitHub
parent 088f9ed73c
commit 8335b5cc22

View File

@@ -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: