From c836f5fd62f2cfa48cf1083acf2013a4d47830a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:59:09 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-pages from 2 to 2.3.0 (#1252) --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e3a873b675..00ffc1a887 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -34,7 +34,7 @@ jobs: if [ -d target/doc_upload ]; then rm -rf target/doc_upload; fi mkdir target/doc_upload && mv target/doc target/doc_upload/doc - name: Upload documentation - uses: crazy-max/ghaction-github-pages@v2 + uses: crazy-max/ghaction-github-pages@v2.3.0 with: target_branch: gh-pages keep_history: true