diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2ca23894..ae4a527d 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -3,7 +3,7 @@ name: Deploy MkDocs site to GitHub Pages on: push: branches: - - main + - main jobs: deploy: @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.12' + python-version: '3.12' - name: Install dependencies run: | @@ -31,3 +31,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site + publish_branch: gh-pages