From 69a6e7bd2e9534c0043bc5cbfead85be9c3068ec Mon Sep 17 00:00:00 2001 From: Kyle Huggins Date: Wed, 24 Jan 2024 19:50:36 -0600 Subject: [PATCH] feat(actions): clean up workflow file --- .github/workflows/gh-pages.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cf0ca74..865dc97 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,9 +4,6 @@ on: push: branches: ["main"] - # TODO: remove before PR - workflow_dispatch: - permissions: contents: read pages: write @@ -31,8 +28,6 @@ jobs: destination: ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3 - - # Deployment job deploy: environment: name: github-pages