From 141a267b72bcb0ddea05a0526f13e31167b850c3 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Fri, 12 Nov 2021 02:43:45 +0000 Subject: [PATCH] Use a commit sha for GH pages action --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f836c36..e0f4667 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,8 @@ jobs: format: html output: ./gh-pages/index.html - run: "find ./gh-pages" - - uses: peaceiris/actions-gh-pages@v3.7.3 + # https://github.com/peaceiris/actions-gh-pages/releases/tag/v3.8.0 + - uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: gh-pages