Skip to content

Renamed to "Five Safes RO-Crate" #18

Renamed to "Five Safes RO-Crate"

Renamed to "Five Safes RO-Crate" #18

Workflow file for this run

name: Trigger all builds
on:
push:
branches: ["main"]
permissions:
contents: write
pages: write
id-token: write
jobs:
rocrate:
name: RO-Crate previews
uses: ./.github/workflows/20-ro-crate-preview.yml
bagit:
name: BagIt checksums
needs: [rocrate]
uses: ./.github/workflows/80-bagit.yml
secrets: inherit
jekyll:
name: Deploy using Jekyll
needs: [rocrate, bagit]
uses: ./.github/workflows/90-jekyll.yml
secrets: inherit