Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xumi1993 committed Feb 29, 2024
1 parent 9283a30 commit c9de8f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/doc_build.yml
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1

# - name: Checkout to docs branch
# uses: actions/checkout@v5
# with:
# ref: docs
- name: Checkout to docs branch
uses: actions/checkout@v4
with:
ref: docs

- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2.1.1
Expand All @@ -47,7 +47,7 @@ jobs:
# use-mamba: true

- name: Checkout to source branch
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
ref: ${{ steps.vars.outputs.branch }}

Expand All @@ -56,7 +56,7 @@ jobs:
pip install .
- name: Checkout to docs branch
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
ref: docs

Expand Down

0 comments on commit c9de8f9

Please sign in to comment.