You've already forked website-stats
mirror of
https://github.com/jakejarvis/website-stats.git
synced 2025-10-18 18:54:25 -04:00
symlink a "latest.json" file to the freshest stats
This commit is contained in:
15
.github/workflows/daily.yml
vendored
15
.github/workflows/daily.yml
vendored
@@ -9,9 +9,14 @@ jobs:
|
||||
snapshot:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
node-version: 16
|
||||
- run: yarn install
|
||||
- run: yarn run snapshot
|
||||
version: 9
|
||||
run_install: false
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
- run: pnpm run snapshot
|
||||
|
Reference in New Issue
Block a user