diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 13eef63..efb6872 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,5 +37,6 @@ jobs: run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" + - run: git fetch origin gh-pages --depth=1 - run: mike deploy --push --update-aliases ${{ steps.read_toml.outputs.value }} latest - run: mike set-default --push latest \ No newline at end of file