From 44ab47f89ecc0537026bcf23c529b9c7815ae43b Mon Sep 17 00:00:00 2001 From: Dan Sun Date: Tue, 29 Aug 2023 05:01:40 -0400 Subject: [PATCH] Publish 0.11 doc (#286) Signed-off-by: Dan Sun --- .github/workflows/build.yml | 4 ++-- build.sh | 2 +- version.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f5fffa1f..a82517381 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Mike deploy on: push: - branches: [ main ] + branches: [ v0.11 ] jobs: build_docs: @@ -41,4 +41,4 @@ jobs: - name: Deploy with mike run: | - mike deploy --push $(cat version.txt) \ No newline at end of file + mike deploy --push $(cat version.txt) diff --git a/build.sh b/build.sh index 786ea32fa..2083fb5d4 100644 --- a/build.sh +++ b/build.sh @@ -19,4 +19,4 @@ git branch mike deploy $currentVersion -git checkout gh-pages \ No newline at end of file +git checkout gh-pages diff --git a/version.txt b/version.txt index 8b25206ff..51176c7c8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -master \ No newline at end of file +0.11