Skip to content

Adjust the check and dummy-deployment workflow to use the new reusable workflow with optional deployment #180

Adjust the check and dummy-deployment workflow to use the new reusable workflow with optional deployment

Adjust the check and dummy-deployment workflow to use the new reusable workflow with optional deployment #180

Workflow file for this run

name: Dummy NEBULA content deployment
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy_with_NEBULA:
permissions:
contents: write
uses: ./.github/workflows/deploy.yml
with:
content_organization: esciencecenter-digital-skills
content_repository: NEBULA-content-template
content_ref: v1.0.0
base_url: NEBULA
nebula_ref: ${{ github.sha }}
deploy_to_ghpages: true