mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:08:01 -05:00
Update build_dev.yml
This commit is contained in:
4
.github/workflows/build_dev.yml
vendored
4
.github/workflows/build_dev.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build & Deploy to Pages
|
||||
name: Build & Deploy to gh-pages-dev
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
- name: Deploy to gh-pages-react branch
|
||||
- name: Deploy to gh-pages-dev branch
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
with:
|
||||
branch: gh-pages-dev
|
||||
|
||||
Reference in New Issue
Block a user