Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Dec 15, 2020
1 parent e9962b5 commit f1f4b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: update website
if: ${{ matrix.node-version == '14.x' }}
run: ./scripts/publish-bundles
run: ./scripts/publish-gh-pages
env:
GH_TOKEN_PUBLIC: ${{ secrets.GH_TOKEN_PUBLIC }}
GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}
Expand Down

0 comments on commit f1f4b74

Please sign in to comment.