Skip to content

Commit

Permalink
perf: move more dependencies to devDependencies to improve experience…
Browse files Browse the repository at this point in the history
… while using Foundry UI
  • Loading branch information
donaldjbrady committed Oct 16, 2020
1 parent 645589a commit 91c3ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Deploy github pages
if: github.ref == 'master' # Only do this for pushes to master
if: github.ref == 'ref/heads/master' # Only do this for pushes to master
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
Expand Down

0 comments on commit 91c3ac6

Please sign in to comment.