Skip to content

add basic citation dialog to footer #129

add basic citation dialog to footer

add basic citation dialog to footer #129

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