Skip to content

Commit

Permalink
Fix docs date issue (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed May 7, 2024
1 parent f32b790 commit 1016e4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
steps:
- uses: actions/checkout@v4

with:
fetch-depth: 0
- name: Setup Python
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:

steps:
- uses: actions/checkout@v4

with:
fetch-depth: 0
- name: Setup Python
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 1016e4b

Please sign in to comment.