From 9738907b75a2dc7ccf004385acce65781de7267a Mon Sep 17 00:00:00 2001 From: "@picocreator (Eugene Cheah)" Date: Wed, 23 Aug 2023 07:36:00 +0000 Subject: [PATCH] Add output notebook files --- .github/workflows/notebook-run.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/notebook-run.yml b/.github/workflows/notebook-run.yml index abef1efa..31f02158 100644 --- a/.github/workflows/notebook-run.yml +++ b/.github/workflows/notebook-run.yml @@ -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 \ No newline at end of file