Skip to content

fix: correct GITHUB_TOKEN input name for calibreapp/image-actions in Automation Suite #162

fix: correct GITHUB_TOKEN input name for calibreapp/image-actions in Automation Suite

fix: correct GITHUB_TOKEN input name for calibreapp/image-actions in Automation Suite #162

Workflow file for this run

name: Site Build Check (no deploy)
on:
pull_request:
branches: [gh-pages]
schedule:
- cron: '0 5 * * 1'
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: gh-pages
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci --prefer-offline --no-audit
- name: Build site assets
run: npm run build