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 1635b15 commit 4fe4b3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doc_build.yml
Expand Up @@ -21,7 +21,6 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Set branch name
id: vars
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
branch = ${{ github.event.pull_request.head.ref }}
Expand All @@ -43,7 +42,7 @@ jobs:
- name: Checkout to source branch
uses: actions/checkout@v2.4.0
with:
ref: $version
ref: $branch

- name: Install Seispy
run: |
Expand Down

0 comments on commit 4fe4b3f

Please sign in to comment.