Skip to content

Commit 7aa90fe

Browse files
committed
ci: put source on dev and push dist to main
1 parent d3ddbd7 commit 7aa90fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- main
6+
- dev
77

88
env:
99
RELEASE_TAR: ./dist/hugo-geekdoc.tar.gz
@@ -36,6 +36,6 @@ jobs:
3636
uses: s0/git-publish-subdir-action@develop
3737
env:
3838
REPO: self
39-
BRANCH: dist
40-
FOLDER: dist
39+
BRANCH: main
40+
FOLDER: main
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)