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