From 5b5cd031eef28a3f84c920d0c4d42e33cf8fa80c Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Mon, 26 Aug 2024 20:43:51 +0100 Subject: [PATCH] Update deploy.yml (#125) --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0c1f261..88e7a7e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,6 +4,7 @@ on: push: branches: - master + workflow_dispatch: jobs: deploy: @@ -37,4 +38,4 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: _build/html \ No newline at end of file + publish_dir: _build/html