Skip to content

Commit

Permalink
make sure we fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarez89 committed Nov 1, 2023
1 parent bb50ed8 commit e82b472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- test-pages
tags:
- '*'
permissions:
Expand All @@ -22,6 +23,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true
ref: 'master'

- name: Install dependencies and build documentation
Expand Down

0 comments on commit e82b472

Please sign in to comment.