mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:08:01 -05:00
chore: change ci script
This commit is contained in:
2
.github/workflows/build_deploy_master.yml
vendored
2
.github/workflows/build_deploy_master.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/build_dev.yml
vendored
2
.github/workflows/build_dev.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user