From 4f1862ed951004984d5be618d29c50a93b5e4da2 Mon Sep 17 00:00:00 2001 From: MAGIC Date: Sun, 23 May 2021 22:52:28 +0200 Subject: [PATCH] [GH-Actions] Update github-pages-deploy-action to 4.1.3 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 058df2a12..391b26026 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,7 +21,7 @@ jobs: mkdocs build --verbose --clean - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.2 + uses: JamesIves/github-pages-deploy-action@4.1.3 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy.