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: .