mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fix failure on doc update
This commit is contained in:
parent
356b891093
commit
7390c53a2b
|
|
@ -73,8 +73,7 @@ docs-upload:
|
|||
git status
|
||||
git add -u
|
||||
git add documents/man/* documents/html/*
|
||||
git commit -m "[ci skip] documents update"
|
||||
git push origin master
|
||||
(git commit -m "[ci skip] documents update" && git push origin $$(git rev-parse --abbrev-ref HEAD)) || true
|
||||
|
||||
upload.exe:
|
||||
curl --no-progress-bar --retry 10 -o upload.tar.bz2 -L https://github.com/roswell/roswell/releases/download/v21.06.14.110/upload-mingw64_nt-x86_64.tar.bz2
|
||||
|
|
|
|||
Loading…
Reference in a new issue