Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jjacobson95 committed Dec 15, 2023
1 parent 1619978 commit c439428
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ on:


jobs:
build-docs:
if: github.actor != 'github-actions[bot]'
runs-on: ubuntu-20.04
environment: build
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Run docs script
run: python scripts/update_docs_CI.py
# build-hcmi-samples:
# if: github.actor != 'github-actions[bot]'
# runs-on: ubuntu-20.04
Expand Down Expand Up @@ -249,13 +258,4 @@ jobs:
# git add docs
# git commit -m "Add figshare stats to docs"
# git push
build-docs:
if: github.actor != 'github-actions[bot]'
runs-on: ubuntu-20.04
environment: build
steps:
#Add upload artifact from CPTAC Samples
- name: Checkout repo
uses: actions/checkout@v2
- name: Run docs script
run: python scripts/update_docs_CI.py

0 comments on commit c439428

Please sign in to comment.