Skip to content

23-019 document update #11

23-019 document update

23-019 document update #11

Workflow file for this run

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: windows
on:
push:
branches: [ master, main ]
pull_request:
paths-ignore:
- .gitlab-ci.yml
- .github/workflows/test.yml
- .github/workflows/macos.yml
- .github/workflows/ubuntu.yml
- .github/workflows/docker.yml
- .github/workflows/docker-pres_xml.yml
jobs:
test-windows:
name: Test on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.METANORMA_CI_PAT_TOKEN || github.token }}
submodules: true
- uses: actions/cache@v2
with:
path: ~/.cache/xml2rfc
key: xml2rfc
restore-key: xml2rfc
- run: cinst --no-progress -y metanorma
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- run: gem install relaton-cli
- run: metanorma site generate sources
shell: cmd