Skip to content

Commit

Permalink
add github pages action to prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed May 20, 2022
1 parent b570d14 commit a02d8f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prod-release-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,9 @@ jobs:
env:
HOSTED_SERVICE_SUBGRAPH__MAINNET: samepant/tabula
run: yarn deploy:mainnet

- name: Deploy to Github Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ./packages/app/build

0 comments on commit a02d8f5

Please sign in to comment.