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