Skip to content

Merge pull request #26 from esciencecenter-digital-skills/configuration #18

Merge pull request #26 from esciencecenter-digital-skills/configuration

Merge pull request #26 from esciencecenter-digital-skills/configuration #18

Workflow file for this run

name: Deploy to gh-pages
on:
push:
jobs:
get_content_config:
runs-on: ubuntu-latest
steps:
- name: Checkout content
uses: actions/checkout@v4
with:
sparse-checkout: config.json
sparse-checkout-cone-mode: false
path: ./content_config/
- name: Show config path
run: |
pwd
ls -la
cd content_config
ls -la
cd -
- name: Upload content config file
uses: actions/upload-artifact@v4
with:
name: content_config
path: ./content_config/config.json
deploy_with_NEBULA:
needs: get_content_config
permissions:
contents: write
uses: esciencecenter-digital-skills/NEBULA/.github/workflows/deploy.yml@configuration

Check failure on line 36 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "esciencecenter-digital-skills/NEBULA/.github/workflows/deploy.yml@configuration" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
config_artifact_name: content_config
nebula_ref: main