From 3cdfcb33c210f1fb92bcfb2f1276ea7b7c4eccbb Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 13 Jun 2024 15:54:54 -0700 Subject: [PATCH] Fix gh-pages deployment step I deleted too much of the previous logic in #8800 --- .github/workflows/publish-artifacts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'