Skip to content

feat: upload all IHO publications for upcoming conversion #63

feat: upload all IHO publications for upcoming conversion

feat: upload all IHO publications for upcoming conversion #63

Workflow file for this run

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: generate
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
site-generate:
name: Generate on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
concurrency:
group: '${{ github.workflow }}-${{ matrix.os }}-${{ github.head_ref || github.ref_name }}'
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Metanorma toolchain
uses: actions-mn/setup@main
- name: Metanorma generate site
uses: actions-mn/build-and-publish@v1
with:
agree-to-terms: true
destination: artifact
artifact-name: ${{ github.event.repository.name }}-${{ runner.os }}