Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to fetch-depth 0 to get all tags #41

Merged
merged 1 commit into from Sep 3, 2023
Merged

Change to fetch-depth 0 to get all tags #41

merged 1 commit into from Sep 3, 2023

Conversation

dalito
Copy link
Member

@dalito dalito commented Sep 3, 2023

The checkout action does not checkout tags by default (see e.g. actions/checkout#290). As a consequence the documentation lacks tagged versions on the index.html page. The solution is to checkout the full history including the tags by setting:

      - uses: actions/checkout@v3
        with:
          fetch-depth: 0

@dalito dalito merged commit 2607986 into main Sep 3, 2023
1 check passed
@dalito dalito deleted the no-tags-in-wf branch May 2, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant