remove domain from github repository input #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to gh-pages | ||
on: | ||
push: | ||
branches: | ||
main | ||
workflow_dispatch: | ||
jobs: | ||
deploy_with_NEBULA: | ||
uses: esciencecenter-digital-skills/NEBULA/.github/workflows/deploy.yml@main | ||
with: | ||
content-repo: esciencecenter-digital-skills/research-software-support | ||
Check failure on line 14 in .github/workflows/deploy.yml GitHub Actions / Deploy to gh-pagesInvalid workflow file
|
||