update install instructions for people who do not have nvm or npm installed #101
Workflow file for this run
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: Clean install and build check with content (no deployment) | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
deploy_with_NEBULA: | |
permissions: | |
contents: write | |
uses: esciencecenter-digital-skills/NEBULA/.github/workflows/deploy.yml@v1.1.0 | |
with: | |
content_organization: ${{ github.repository_owner}} | |
content_repository: ${{ github.event.repository.name }} | |
content_ref: ${{ github.sha }} | |
nebula_ref: v1.1.0 | |
deploy_to_ghpages: false |