From 05d6822f5c448b92baf5ad0ee3adbe573e20c472 Mon Sep 17 00:00:00 2001 From: Santo Pfingsten Date: Sat, 1 Jun 2024 19:58:41 +0200 Subject: [PATCH] gh pages action updated --- .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 7579e9d..589c341 100755 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,7 +13,7 @@ jobs: - name: Build Docs run: npm run build:docs - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist-internal/docs