Skip to content

Try using current branch ref to fix deployment workflow #40

Try using current branch ref to fix deployment workflow

Try using current branch ref to fix deployment workflow #40

Workflow file for this run

name: Deploy to gh-pages
on:
[push, release]
env:
NUXT_APP_CDN_URL: https://esciencecenter-digital-skills.github.io/${{ github.event.repository.name }}
jobs:
deploy_with_NEBULA:
permissions:
contents: write
uses: esciencecenter-digital-skills/NEBULA/.github/workflows/deploy.yml@v0.4.2
with:
content_organization: esciencecenter-digital-skills
content_repository: ${{ github.event.repository.name }}
content_ref: ${{ GITHUB_REF }}

Check failure on line 15 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: 15, Col: 20): Unrecognized named-value: 'GITHUB_REF'. Located at position 1 within expression: GITHUB_REF
base_url: ${{ github.event.repository.name }}
nebula_ref: v0.4.2