Skip to content

Commit b7a73e5

Browse files
authored
Deploy to "master" develop on "dev" to accomodate github limitations
1 parent b21d78d commit b7a73e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/DeployPage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy
22
on:
33
push:
44
branches:
5-
- master
5+
- dev
66
jobs:
77
build-and-deploy:
88
runs-on: ubuntu-latest
@@ -47,5 +47,5 @@ jobs:
4747
uses: JamesIves/github-pages-deploy-action@releases/v3
4848
with:
4949
SSH: true
50-
BRANCH: gh-pages
50+
BRANCH: master
5151
FOLDER: page/__site

0 commit comments

Comments
 (0)