Skip to content

Commit

Permalink
Try again to checkout gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
flyte committed Apr 23, 2021
1 parent 1a44c33 commit 55a2f7e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ jobs:
name: Generate Documentation
runs-on: ubuntu-20.04
steps:
- name: Checkout gh-pages branch
uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
ref: gh-pages
- name: Checkout trigger branch
uses: actions/checkout@v2
fetch-depth: 0
- name: Ensure we can checkout gh-pages
run: |
git checkout gh-pages
git checkout $GITHUB_REF
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 55a2f7e

Please sign in to comment.