Skip to content

Commit

Permalink
fix(ci): building website would fail if gh-pages branch wasn't pulled (
Browse files Browse the repository at this point in the history
…#373)

Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
  • Loading branch information
AlessandroPomponio committed Jul 22, 2024
1 parent e219c31 commit 51a4bc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
# Ensure we have the gh-pages branch locally
- uses: actions/checkout@v3
with:
ref: gh-pages
# This will check us out back to main
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 51a4bc4

Please sign in to comment.