Skip to content

More on 5s-crate from report #26

More on 5s-crate from report

More on 5s-crate from report #26

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