From 36ed7ab48a85eed97ea82f57ee8e908154f7d61f Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 17 Oct 2025 20:59:37 -0400 Subject: [PATCH] saving --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a0d19c749..c641bd027 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -33,7 +33,7 @@ jobs: - name: Generate Doxygen Documentation run: doxygen - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: doc/api/html