From e328e3272e0c42f3022d533e7c6eb1d8479dd46a Mon Sep 17 00:00:00 2001 From: Justin Mottier Date: Fri, 6 Dec 2024 12:24:08 +0100 Subject: [PATCH] ci: copy gitlab script --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f42bdf7..660a9ff 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,6 +19,8 @@ jobs: - name: Sphinx build run: | source venv/bin/activate + git fetch --tags --force + git checkout ${{ github.ref_name }} scripts/build_docs_versioned.py public master $(git tag) - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3