From 62885d5435e64169b51de895b46b76eddca63bc4 Mon Sep 17 00:00:00 2001 From: thartl-diw <160223397+thartl-diw@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:00:55 +0100 Subject: [PATCH] Delete .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 25 ------------------------- 1 file changed, 25 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 2ade2e6..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Deploy to GitHub Pages - -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Set up Node.js (optional for static site generators) - uses: actions/setup-node@v3 - with: - node-version: '16' - - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: .\docs\build\html \ No newline at end of file