Skip to content

Update NoHighSchool.ttl #720

Update NoHighSchool.ttl

Update NoHighSchool.ttl #720

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build catalogue
uses: SirkoS/iadopt-catalogue@main
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3
with:
path: ./build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build