From ce8e043022e3f2ab71979621f3a542ecb2abb812 Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Tue, 7 Jan 2025 16:40:36 +0800 Subject: [PATCH] Seafile docs 11.0 archive --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a3760d9..b58f4288 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,9 @@ -name: Deploy CI +name: Deploy CI 11.0 on: push: branches: - - master + - 11.0 jobs: deploy: @@ -19,4 +19,4 @@ jobs: - run: cd $GITHUB_WORKSPACE - run: git config user.name ci-bot - run: git config user.email ci-bot@seafile.com - - run: mike deploy --push -u 11.0 latest \ No newline at end of file + - run: mike deploy --push -u 11.0 \ No newline at end of file