Skip to content

Commit

Permalink
Tell actions to fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hejamu committed Jul 8, 2024
1 parent 793573a commit a95d661
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 1
fetch-tags: True
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install tox

- name: Build docs
with:
ref: ${{ github.head_ref }}
fetch-depth: 0

run: tox -e docs

- name: Deploy docs
Expand Down

0 comments on commit a95d661

Please sign in to comment.