Skip to content

Commit

Permalink
use_full_demo
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jan 31, 2023
1 parent a786d24 commit c0852a8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/test-pages-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,15 @@ jobs:
strategy:
fail-fast: false
steps:
- name: Deploy PR Preview
uses: rossjrw/[email protected]
- name: Checkout
uses: actions/checkout@v3

- name: Install and Build
run: |
npm install
npm run build
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./build/

0 comments on commit c0852a8

Please sign in to comment.