Skip to content

Commit

Permalink
Fix gh-pages deployment step
Browse files Browse the repository at this point in the history
I deleted too much of the previous logic in bytecodealliance#8800
  • Loading branch information
alexcrichton committed Jun 13, 2024
1 parent 37af9e4 commit 3cdfcb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3cdfcb3

Please sign in to comment.