Skip to content

point at latest DOI #131

point at latest DOI

point at latest DOI #131

Workflow file for this run

name: Build/Test Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
env:
SKOPE_DEPLOY_ENVIRONMENT: staging
steps:
- uses: actions/checkout@v2
- name: set up config.mk
run: envsubst < config.mk.template > config.mk
- name: convert CITATION.cff into citation text file for build constants
uses: citation-file-format/cffconvert-github-action@2.0.0
with:
args: "-f apalike -o _citation.txt"
- name: Build nuxt site for production deployment
run: make buildprod