From 81fe3404b840bb5e0b3b16a00525106bd28910cd Mon Sep 17 00:00:00 2001 From: choldgraf Date: Thu, 11 Apr 2024 11:11:20 -0700 Subject: [PATCH] Dispatch --- .github/workflows/deploy.yml | 1 + .gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1f7199..36bcead 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,7 @@ on: push: # Runs on pushes targeting the default branch branches: [main] + workflow_dispatch: env: # `BASE_URL` determines the website is served from, including CSS & JS assets # You may need to change this to `BASE_URL: ''` diff --git a/.gitignore b/.gitignore index 61817f0..fb2234c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _build report.pdf -.DS_Store \ No newline at end of file +.DS_Store +.ipynb_checkpoints \ No newline at end of file