From 2bebfa15bf7d58617d5b4211bf2aaca678e241fd Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Mon, 23 Nov 2020 13:48:44 -0500 Subject: [PATCH] Bump peaceiris/actions-gh-pages to v3.7.3 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 993a912..f836c36 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: format: html output: ./gh-pages/index.html - run: "find ./gh-pages" - - uses: peaceiris/actions-gh-pages@v3.6.4 + - uses: peaceiris/actions-gh-pages@v3.7.3 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: gh-pages