Skip to content

Commit

Permalink
fix: use workign action flow for git static page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziping Liu committed Oct 27, 2023
1 parent b2494c2 commit 58fe971
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/canaryapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build and then Deploy the static react canary app that uses the react adobe coponent
uses: omkartapale/react-deployment-gh-pages@v1.0.0

- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./build

0 comments on commit 58fe971

Please sign in to comment.