chore: change ci script

This commit is contained in:
Chance Hudson
2022-06-03 21:33:23 -05:00
parent dc1f298254
commit 968e52f0be
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install and Build
run: |
npm ci
npm run build
npm run prerender
- name: Deploy to gh-pages branch
uses: JamesIves/github-pages-deploy-action@v4.3.3

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install and Build
run: |
npm ci
npm run build
npm run prerender
- name: Deploy to gh-pages-dev branch
uses: JamesIves/github-pages-deploy-action@v4.3.3