1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 06:18:27 -04:00

Update ci.yml

This commit is contained in:
Jake Jarvis 2020-09-29 11:08:06 -04:00
parent 336637a85e
commit bec66f42a2
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,8 @@ jobs:
--collect.url=https://jarv.is/notes/netlify-analytics-review/ \
--collect.url=https://jarv.is/notes/how-to-pull-request-fork-github/amp.html
- name: Upload results as artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
if: success()
with:
name: lhci-results
path: ./.lighthouseci

View File

@ -3,6 +3,7 @@ name: Purge old artifacts
on:
schedule:
- cron: '0 9 * * 3' # every Wednesday at 9 AM UTC == 5 AM EDT
workflow_dispatch:
jobs:
purge-artifacts: