diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2372d0c..86841d4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,9 +16,6 @@ jobs: pages: write id-token: write - environment: - name: github-pages - steps: - uses: actions/checkout@v3 @@ -40,7 +37,8 @@ jobs: run: | git fetch --all git checkout 1.0 - git checkout 2.0 # branch to deploy from + git checkout 2.0 + git checkout main cd docs make multiversion