feat: add a deployed app with latest react adobe embed component #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Deploy | |
on: | |
push: | |
branches: [ "slave" ] | |
pull_request: | |
branches: [ "slave" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- 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 | |