mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:08:01 -05:00
Update build_deploy_master.yml
This commit is contained in:
4
.github/workflows/build_deploy_master.yml
vendored
4
.github/workflows/build_deploy_master.yml
vendored
@@ -25,10 +25,10 @@ jobs:
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
- name: Deploy to gh-pages-react branch
|
||||
- name: Deploy to gh-pages branch
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
with:
|
||||
branch: gh-pages-react
|
||||
branch: gh-pages
|
||||
folder: build
|
||||
|
||||
- name: Push to Web3.storage
|
||||
|
||||
Reference in New Issue
Block a user