From 650779e70da68502f894c71b2798af750fc5a6b9 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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