diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3ebe8a75..f23105ed 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,7 +16,7 @@ jobs: with: content_organization: esciencecenter-digital-skills content_repository: research-software-support - content_ref: NEBULA-update + content_ref: main base_url: NEBULA nebula_ref: ${{ github.sha }} deploy_to_ghpages: false diff --git a/.github/workflows/deploy_dummy.yml b/.github/workflows/deploy_dummy.yml index 15e903b7..fa973b10 100644 --- a/.github/workflows/deploy_dummy.yml +++ b/.github/workflows/deploy_dummy.yml @@ -15,8 +15,8 @@ jobs: uses: ./.github/workflows/deploy.yml with: content_organization: esciencecenter-digital-skills - content_repository: research-software-support - content_ref: main + content_repository: NEBULA-content-template + content_ref: v1.0.0 base_url: NEBULA nebula_ref: ${{ github.sha }} deploy_to_ghpages: true