Skip to content

Fix syntax highlighting #54

Fix syntax highlighting

Fix syntax highlighting #54

Workflow file for this run

name: deploy demo
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'demo/**'
pull_request:
types: [opened, synchronize]
paths:
- 'demo/**'
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
reuse-build-and-deploy-node-app:
uses: SWRData/workflows-swr-data-lab/.github/workflows/build_and_deploy_node_app.yml@main

Check failure on line 22 in .github/workflows/deploy-demo.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-demo.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-demo.yaml" -> "SWRData/workflows-swr-data-lab/.github/workflows/build_and_deploy_node_app.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
working_directory: 'demo'
full_repository: ${{ github.repository }}
branch: ${{ github.head_ref || github.ref_name }}
install_command: 'npm install -g npm && npm ci'
build_command: 'npm run build'
build_path: 'build'
node_version: 25
secrets:
SWR_NPM_TOKEN: ${{ secrets.SWR_NPM_TOKEN }}