From d7f578aa50b5ab94d46245f36df509182a976e6b Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Wed, 21 Jun 2023 16:26:40 -0400 Subject: [PATCH] delete workflows --- .github/workflows/main.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 7fba63c..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: GitHub Pages - -on: - push: - branches: - - master - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: '16' - - - name: Install dependencies - run: npm ci --force - - - name: Build - run: npm run build - - - name: Deploy - if: success() - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: dist/public-pool-ui - enable_jekyll: true \ No newline at end of file