From 263175ba1c888de019f1f9220408699456c685e6 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:17:11 -0700 Subject: [PATCH] Delete src/.github/workflows/publish.yml Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com> --- src/.github/workflows/publish.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/.github/workflows/publish.yml diff --git a/src/.github/workflows/publish.yml b/src/.github/workflows/publish.yml deleted file mode 100644 index 37a9a54..0000000 --- a/src/.github/workflows/publish.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Publish to GitHub Pages - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Deploy - uses: peaceiris/actions-gh-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: .