Skip to content

reminder to introduce cori data api in bead post #57

reminder to introduce cori data api in bead post

reminder to introduce cori data api in bead post #57

Workflow file for this run

name: Next.js Build
on:
workflow_dispatch:
push:
branches:
- main
- 'dev/**'
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Print GITHUB_TOKEN
run: echo ${{ secrets.GITHUB_TOKEN }}
- name: Print GITHUB_WORKSPACE
run: echo ${GITHUB_WORKSPACE}
- name: Print working directory
run: echo $(pwd)
- name: Setup Node.js
uses: ./.github/workflows/node.js
- name: Setup Quarto
uses: ./.github/workflows/quarto
- name: Build with Next.js
run: npm run build
- name: List build outputs
run: ls -lA ./out