diff --git a/.github/workflows/publish-artifacts.yml b/.github/workflows/publish-artifacts.yml index f43b372330b7..9ef7e2bcb492 100644 --- a/.github/workflows/publish-artifacts.yml +++ b/.github/workflows/publish-artifacts.yml @@ -30,7 +30,9 @@ jobs: - run: ./ci/merge-artifacts.sh - # also prepare to deploy GH pages on main + # Deploy the `gh-pages.tar.gz` artifact to the `gh-pages` branch. + - run: tar xf gh-pages.tar.gz + working-directory: gh-pages - if: github.ref == 'refs/heads/main' uses: actions/configure-pages@v5 - if: github.ref == 'refs/heads/main'