diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 83591337..6b550490 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -22,7 +22,10 @@ jobs: shell: bash steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: Install dependencies run: | @@ -33,7 +36,7 @@ jobs: - name: Generate docs run: | cd docs - poxy --verbose + poxy --verbose --git-tags - name: Deploy uses: peaceiris/actions-gh-pages@v3