mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-07 22:13:56 -05:00
Do not publish dev branch to gh-pages
This commit is contained in:
13
.github/workflows/build_dev.yml
vendored
13
.github/workflows/build_dev.yml
vendored
@@ -32,16 +32,3 @@ jobs:
|
||||
- name: Build with Next.js 🏗️
|
||||
run: npx next build
|
||||
|
||||
- name: Upload artifact 📡
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: out
|
||||
|
||||
- name: Publish to GitHub Pages 🚀
|
||||
uses: actions/deploy-pages@v4
|
||||
|
||||
#- name: Deploy to gh-pages-dev branch
|
||||
# uses: JamesIves/github-pages-deploy-action@v4.4.3
|
||||
# with:
|
||||
# branch: gh-pages-dev
|
||||
# folder: out
|
||||
|
||||
Reference in New Issue
Block a user