From fc14f9a253bdfd7c0f8b1eb5aaa8ed0b60f0ad66 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Mon, 1 Jan 2024 19:54:08 -0800 Subject: [PATCH] Disable deploy step until further notice (but never push to upstream). --- .github/workflows/node.js.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 81102c03..aa5ed2ec 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,9 +13,9 @@ jobs: - run: yarn install --no-progress --frozen-lockfile - run: yarn test - run: yarn build - - name: Deploy to https://tyrasd.github.io/overpass-turbo/ - if: github.event_name == 'push' && github.ref == 'refs/heads/master' - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist +# - name: Deploy to https://tyrasd.github.io/overpass-turbo/ +# if: github.event_name == 'push' && github.ref == 'refs/heads/master' +# uses: peaceiris/actions-gh-pages@v3 +# with: +# github_token: ${{ secrets.GITHUB_TOKEN }} +# publish_dir: ./dist