We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff078ca commit f8378f0Copy full SHA for f8378f0
1 file changed
.github/workflows/build.yml
@@ -23,12 +23,11 @@ jobs:
23
npm install
24
npm run build
25
26
- - name: 📂 Push files to build branch
+ - name: 📂 Push files to branch
27
uses: s0/git-publish-subdir-action@develop
28
env:
29
REPO: self
30
- BRANCH: deploy
+ BRANCH: master
31
FOLDER: build
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- MESSAGE: "Build: ({sha}) {msg}"
34
- TARGET_DIR: build
+ MESSAGE: "Build: ({sha}) {msg}"
0 commit comments