Skip to content

Commit

Permalink
Also fetch before deploying on main
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed May 1, 2022
1 parent 9a11ca6 commit e997ab5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/deploy.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/update.yml
@@ -1,6 +1,9 @@
name: Update & Deploy

on:
push:
branches:
- main
schedule:
- cron: "15 * * * *"

Expand All @@ -17,6 +20,8 @@ jobs:
node-version: 16.x
- name: Install Dependencies
run: npm ci
- name: Test
run: npm test
- name: Fetch
run: npm run fetch
env:
Expand Down

0 comments on commit e997ab5

Please sign in to comment.