Skip to content

move from shacl@master to shacl@v1 in case of future breaking changes #97

move from shacl@master to shacl@v1 in case of future breaking changes

move from shacl@master to shacl@v1 in case of future breaking changes #97

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get install -y raptor2-utils
- name: Build
run: ./build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: dist
folder: dist
single-commit: true