Skip to content

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

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 #211

Workflow file for this run

name: Clean install and build check (no deploy) with specified content
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: false