Registration to the September 2023 OGC Code Sprint #304
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: generate | |
on: | |
push: | |
branches: [ master, main ] | |
pull_request: | |
paths-ignore: | |
- .gitlab-ci.yml | |
- .github/workflows/create_swg_report.yml | |
workflow_dispatch: | |
jobs: | |
test-linux: | |
name: Test on ${{ matrix.os }} | |
runs-on: ${{ matrix.os }} | |
strategy: | |
fail-fast: false | |
matrix: | |
os: [ ubuntu-latest ] | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
token: ${{ github.token }} | |
submodules: true | |
- uses: actions/cache@v2 | |
with: | |
path: ~/.fontist | |
key: fontist-${{ runner.os }} | |
restore-keys: fontist-${{ runner.os }} | |
- uses: actions-mn/setup@main | |
- run: metanorma site generate --agree-to-terms |