Skip to content

Commit

Permalink
Add output notebook files
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 23, 2023
1 parent 88e03ef commit 9738907
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/notebook-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Trigger the github-runner notebook
- name: Run the notebook, with harness
run: |
cd ./notebook/github-runner
chmod +x ./github-runner.sh
./github-runner.sh ${{github.event.inputs.notebookFile}}
- name: Save output notebok
uses: actions/upload-artifact@v3
with:
name: output-notebook
path: |
output

0 comments on commit 9738907

Please sign in to comment.