Skip to content

Commit

Permalink
Update pylode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
situx authored Nov 15, 2023
1 parent b30db3c commit 98317b0
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/pylode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,25 +133,28 @@ jobs:
clean: false
FOLDER: docs/

build12:
build12:
name: Compile GeoSPARQL 1.2 Metanorma
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
with:
token: ${{ github.token }}
ref: geosparql-1.2
submodules: true

- uses: actions/cache@v3
with:
- uses: actions/cache@v3
with:
path: ~/.fontist
key: fontist-ubuntu-latest
restore-keys: fontist-ubuntu-latest

- uses: actions-mn/setup@main
- uses: actions-mn/setup@main

- run: metanorma site generate --agree-to-terms
- run: metanorma site generate --agree-to-terms

- uses: actions/upload-artifact@v3
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
with:
- uses: actions/upload-artifact@v3
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
with:
name: site
path: _site

0 comments on commit 98317b0

Please sign in to comment.