From 655cb8e05306768484fcd520c64ab836bbd96e29 Mon Sep 17 00:00:00 2001 From: finlayclark Date: Mon, 15 Apr 2024 14:37:55 +0100 Subject: [PATCH] Update doc building workflow --- .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 5e3b23f..dfc3b3d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,7 +22,7 @@ jobs: - name: Create .nojekyll file run: touch _build/.nojekyll - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: publish_branch: gh-pages