From 10acc2d95060441f7ec9078acf9f8e686dbd4c71 Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Sun, 28 Jan 2024 22:18:26 +0200 Subject: [PATCH] update documentation ci --- .github/workflows/gh-pages.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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