Skip to content

Commit

Permalink
Don't specify repo/branch to check out
Browse files Browse the repository at this point in the history
Don't specify which repo/branch to check out.  Action will do the right thing.

Co-authored-by: Naser Mahfouz <[email protected]>
  • Loading branch information
rljacob and mahf708 authored Sep 22, 2023
1 parent a1e0c08 commit 7e3658e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e3sm-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: e3sm-project/e3sm
ref: master
show-progress: false
fetch-depth: 0 # Needed, or else gh-pages won't be fetched, and push rejected
submodules: false # speeds up clone and not building anything in submodules
- name: Show action trigger
Expand Down

0 comments on commit 7e3658e

Please sign in to comment.