mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-03 00:26:40 +08:00
add test build
This commit is contained in:
parent
ea2579e6a9
commit
faa761c990
1
.github/workflows/dockerToHub.yml
vendored
1
.github/workflows/dockerToHub.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
run: |
|
||||
git remote add gitlab https://${GITLAB_USERNAME}:${GITLAB_PASSWORD}@gitlab.si.icu/${GITHUB_REPOSITORY}.git
|
||||
git fetch --unshallow gitlab
|
||||
git pull gitlab main --rebase
|
||||
git push gitlab main --force # 强制推送以覆盖目标分支内容,可根据需要调整
|
||||
|
||||
# - name: Set up SSH key
|
||||
|
Loading…
Reference in New Issue
Block a user