Skip to content

Commit

Permalink
ci: puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 11, 2025
1 parent 9cebe1f commit fcdb80d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# Cron job every day at 12:00
# https://crontab.guru/#0_12_*_*_*
- cron: '12 0 * * *'
workflow_dispatch:

jobs:
update:
Expand All @@ -18,13 +19,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Puppeteer
run: node node_modules/puppeteer/install.mjs
- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
version: latest
run_install: true
- name: Setup Puppeteer
run: node node_modules/puppeteer/install.mjs
- name: Cron
run: |
git config --global user.email ${{ secrets.GIT_EMAIL }}
Expand Down

0 comments on commit fcdb80d

Please sign in to comment.