From d9b253c5267ace1e652b34dce5b16d6b9da660b5 Mon Sep 17 00:00:00 2001 From: plehegar Date: Fri, 15 Nov 2024 05:14:20 -0500 Subject: [PATCH] Also delete deploy.ml --- .github/workflows/deploy.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index a4e420e..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: deploy - -on: - push: - branches: [ main ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - - run: pip install bikeshed - - run: bikeshed update - - run: make - - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: build