File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ blocks:
1010 task :
1111 secrets :
1212 - name : semantic-release
13+ - name : docker-hub
1314 prologue :
1415 commands :
1516 - checkout
Original file line number Diff line number Diff line change 44
55# prepare docs
66current_branch=` git rev-parse --abbrev-ref HEAD`
7- branch_name=" docs/ $SEMAPHORE_BUILD_NUMBER "
7+ branch_name=" docs"
88git checkout -b $branch_name
99cd ./schemas
1010apidoc -i ../src/actions -v --debug -o ../docs
@@ -14,6 +14,6 @@ git config user.name "semaphore"
1414touch ./docs/.nojekyll
1515git add -f ./docs
1616git status
17- git commit -m " chore(docs- $SEMAPHORE_BUILD_NUMBER ): updated remote public documentation"
17+ git commit -m " chore(docs): updated remote public documentation"
1818git push origin ` git subtree split --prefix docs $branch_name ` :gh-pages --force
1919git checkout $current_branch
You can’t perform that action at this time.
0 commit comments