diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ab7cd7b..05bbb63 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,6 +23,8 @@ jobs: destination_dir: ${{ github.ref_name }} publish_dir: ${{ steps.deployment.outputs.artifact }} - uses: actions/checkout@v4 + with: + ref: ${{ github.event.repository.default_branch }} - uses: actions/checkout@v4 with: ref: gh-pages