Skip to content

Commit

Permalink
ci: Fetch tags for GitHub Pages generation. (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Sep 11, 2023
1 parent 3275ba0 commit 9c9baf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Expand Up @@ -3,6 +3,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
Expand Up @@ -3,6 +3,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 9c9baf4

Please sign in to comment.