Skip to content

v1.2.0

v1.2.0 #103

Workflow file for this run

name: Deploy to gh-pages
on:
release:
types: [published]
workflow_dispatch:
jobs:
deploy_with_NEBULA:
permissions:
contents: write
uses: esciencecenter-digital-skills/NEBULA/.github/workflows/[email protected]
with:
content_organization: ${{ github.repository_owner}}
content_repository: ${{ github.event.repository.name }}
content_ref: ${{ github.sha }}
nebula_ref: v1.1.0
deploy_to_ghpages: true