Skip to content

Commit

Permalink
Disable deploy step until further notice (but never push to upstream).
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Jan 2, 2024
1 parent 9c23e12 commit fc14f9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc14f9a

Please sign in to comment.