From acb803f80c0d9bedb9b9e8ba7aaf4638d4407429 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 22 Sep 2023 19:11:07 +0200 Subject: [PATCH] Test direct GitHub Pages deployment --- .github/workflows/documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 35a1792c5..eda10261e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -100,7 +100,8 @@ jobs: path: site - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v2 + # uses: actions/deploy-pages@v2 + uses: Bluefissure/deploy-pages@d929e03 - name: Save build cache uses: actions/cache/save@v3