Skip to content

Commit

Permalink
Add poxy --git-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed May 22, 2024
1 parent 1b567b6 commit 2dad81f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- v*/dev
- docs
paths:
- "**.h"
- "**.hpp"
Expand Down Expand Up @@ -34,7 +35,8 @@ jobs:
- name: Generate docs
run: |
cd docs
poxy --verbose
git tag | xargs git tag -d
poxy --git-tags --min-version v2.0.0 --squash-patches --verbose
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 2dad81f

Please sign in to comment.