From 175b1e9e8f492d571489d60bac7cd303dba07816 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 26 Aug 2021 23:08:10 +0200 Subject: [PATCH] [GH-Actions][pages] Update github-pages-deploy-action to 4.1.5 --- .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 4a105179e..60ee15abf 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.4 + uses: JamesIves/github-pages-deploy-action@4.1.5 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy.