Skip to content

Add UKSSCOP reference-ids and claims to OSPS-GV.yaml #669

Add UKSSCOP reference-ids and claims to OSPS-GV.yaml

Add UKSSCOP reference-ids and claims to OSPS-GV.yaml #669

Workflow file for this run

# Based on sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Test Compile & Jekyll Build
on:
pull_request:
permissions:
contents: read
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- name: Build content from yaml
run: cd cmd && go run . compile --output ../docs/versions/devel.md
- name: Build with Jekyll
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1.0.13
with:
source: ./docs
destination: ./_site