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 32fc29b commit b30db3c
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions .github/workflows/pylode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,33 @@ jobs:
echo "Generating documentation for GeoSPARQL 1.0 Service Description All Functions"
pylode -i ../../1.1/servicedescription/servicedescription_all_functions.ttl -o servicedescription_all_functions.html -p vocpub
python3 ../../convertjsonld.py servicedescription_all_functions.ttl servicedescription_all_functions.json
pwd
#- name: Run the build process with Docker
# uses: actions-mn/compile@main
# with:
# input-file: 1.1/spec/00-GeoSPARQL.adoc
# type: ogc
# extensions: html
# output-dir: ./result1
# no-install-fonts: true
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
clean: false
FOLDER: docs/

build12:
- uses: actions/checkout@v3
with:
token: ${{ github.token }}
ref: geosparql-1.2
submodules: true

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

- uses: actions-mn/setup@main

- 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:
name: site
path: _site

0 comments on commit b30db3c

Please sign in to comment.