We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3e1a6 commit 6f9882cCopy full SHA for 6f9882c
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: s0/git-publish-subdir-action@develop
28
env:
29
REPO: self
30
- BRANCH: build
31
- FOLDER: .
+ BRANCH: deploy
+ FOLDER: build
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
MESSAGE: "Build ({sha}) {msg}"
0 commit comments