Skip to content

add information about the intention and audience of RSS #98

add information about the intention and audience of RSS

add information about the intention and audience of RSS #98

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@main

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

View workflow run for this annotation

GitHub Actions / Deploy to gh-pages

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 36, Col: 11): Input content_organization is required, but not provided while calling. .github/workflows/deploy.yml (Line: 36, Col: 11): Input content_repository is required, but not provided while calling.
with:
config_artifact_name: content_config
nebula_ref: main