Skip to content

Commit

Permalink
fix: disable deploy for temp
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 8, 2020
1 parent d3a3d9c commit 9cd8927
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: Testing
run: yarn test:ci

- name: Build Scully
run: npx scully --showGuessError
#
# - name: Build Scully
# run: npx scully --showGuessError

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand All @@ -60,10 +60,10 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: true

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.SuperSecret }}
BRANCH: gh-pages # The branch the action should deploy to.
REPOSITORY_NAME: "phodal/do"
FOLDER: dist/static
# - name: Deploy 🚀
# uses: JamesIves/github-pages-deploy-action@releases/v3
# with:
# ACCESS_TOKEN: ${{ secrets.SuperSecret }}
# BRANCH: gh-pages # The branch the action should deploy to.
# REPOSITORY_NAME: "phodal/do"
# FOLDER: dist/static

0 comments on commit 9cd8927

Please sign in to comment.