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 0b389bb commit 9283a30
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build_deploy:
runs-on: macos-latest
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
Expand All @@ -33,10 +33,10 @@ jobs:
- name: Cancel Previous Runs
uses: styfle/[email protected]

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

- name: Setup Mambaforge
uses: conda-incubator/[email protected]
Expand All @@ -47,16 +47,16 @@ jobs:
# use-mamba: true

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

- name: Install Seispy
run: |
pip install -e .
pip install .
- name: Checkout to docs branch
uses: actions/checkout@v2.4.0
uses: actions/checkout@v5
with:
ref: docs

Expand Down

0 comments on commit 9283a30

Please sign in to comment.