From 54e1fdcf7884480ba4754cfaf0f634bd928b30dd Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 13 May 2024 16:37:57 -0700 Subject: [PATCH] remove old deploy --- .github/workflows/deploy.yml | 23 ----------------------- 1 file changed, 23 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 43206c8..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Deploy gh-pages - -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - uses: ljharb/actions/node/install@main - name: 'nvm install lts/* && npm install' - with: - node-version: lts/* - - run: npm run build - - uses: JamesIves/github-pages-deploy-action@v4.3.3 - with: - branch: gh-pages - folder: build - clean: true