Skip to content

Update scripts

Update scripts #2

Workflow file for this run

name: Cache Pages
on:
workflow_dispatch:
inputs:
locale:
required: true
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: pnpm/action-setup@v3
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm submodules
- run: pnpm install

Check failure on line 23 in .github/workflows/cache-pages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cache-pages.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
- run: pnpm exec tsx internal/scripts/cache-pages
env:
FIREBASE_PRIVATE_KEY_ID: ${{ secrets.FIREBASE_PRIVATE_KEY_ID }}
FIREBASE_PRIVATE_KEY: ${{ secrets.FIREBASE_PRIVATE_KEY }}
LOCALE: ${{ github.event.inputs.locale }}