Skip to content

Commit

Permalink
fix: gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo committed Apr 26, 2022
1 parent 2fdc7c7 commit 315b07f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
cd build
yarn
yarn build:staging
yarn build
cd ..
- name: Checkout Prod Target
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
cd build
yarn
yarn build
yarn build:staging
cp dist/index.html dist/404.html
echo ${{ env.URL }} > dist/CNAME
yarn run deploy:gh-pages
yarn run deploy:gh-pages

0 comments on commit 315b07f

Please sign in to comment.