Skip to content

Commit f8378f0

Browse files
Update
1 parent ff078ca commit f8378f0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ jobs:
2323
npm install
2424
npm run build
2525
26-
- name: 📂 Push files to build branch
26+
- name: 📂 Push files to branch
2727
uses: s0/git-publish-subdir-action@develop
2828
env:
2929
REPO: self
30-
BRANCH: deploy
30+
BRANCH: master
3131
FOLDER: build
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
MESSAGE: "Build: ({sha}) {msg}"
34-
TARGET_DIR: build
33+
MESSAGE: "Build: ({sha}) {msg}"

0 commit comments

Comments
 (0)