From e4248056689a5646cd0354b7673f40cd5b7ff033 Mon Sep 17 00:00:00 2001 From: MAGIC Date: Mon, 10 May 2021 18:46:41 +0200 Subject: [PATCH] [GH-Actions] Update github-pages-deploy-action to 4.1.2 --- .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 d704c127e..058df2a12 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.1 + uses: JamesIves/github-pages-deploy-action@4.1.2 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy.