From c623efc08821105ca21c14c8c96eec7def6ddd94 Mon Sep 17 00:00:00 2001 From: Jon Jensen Date: Fri, 23 Feb 2024 11:37:59 -0800 Subject: [PATCH] Remove gh-pages build --- .github/workflows/nodejs.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/nodejs.yml diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml deleted file mode 100644 index 1e2998ce..00000000 --- a/.github/workflows/nodejs.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Alpha.CA.gov Automated Build - -on: - push: - branches: - - main - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [14.x] - - steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: npm install, build, and test - run: | - npm ci - npm run build --if-present - env: - CI: true - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public - publish_branch: gh-pages - commit_message: ${{ github.event.head_commit.message }} \ No newline at end of file