1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 07:25:48 -04:00

deploy to Vercel

This commit is contained in:
2021-06-04 10:19:34 -04:00
parent 034babd9af
commit 82c42f8322
23 changed files with 236 additions and 3823 deletions

View File

@@ -1,15 +0,0 @@
name: Purge old artifacts
on:
schedule:
- cron: '0 9 * * 3' # every Wednesday at 9 AM UTC == 5 AM EDT
workflow_dispatch:
jobs:
purge-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 0