SG: Made small fixes to example files for ShakeMap example and exampl… #76
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: run-script | |
on: | |
push: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 1 | |
- shell: bash | |
id: bundleExamples | |
env: | |
#ZENODO_KEY: ${{secrets.ZENODO_SANDBOX_KEY}} | |
ZENODO_KEY: ${{secrets.ZENODO_KEY}} | |
run: bash .github/workflows/CIScript.sh | |