Merge pull request #3 from esciencecenter-digital-skills/deployment-w… #4
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 | ||
Check failure on line 12 in .github/workflows/deploy.yml GitHub Actions / Deploy to gh-pagesInvalid workflow file
Check failure on line 12 in .github/workflows/deploy.yml GitHub Actions / Deploy to gh-pagesInvalid workflow file
|
||
with: | ||
content-repo: https://github.com/esciencecenter-digital-skills/research-software-support | ||