Do not publish dev branch to gh-pages

This commit is contained in:
Hendrik Eeckhaut
2024-06-06 16:33:49 +02:00
parent 0ccb4fdcc9
commit 657c2f29b8

View File

@@ -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