From 060b45583b33a3c58ae69e0aa021128d04fa343a Mon Sep 17 00:00:00 2001 From: Jared Swift Date: Sat, 25 Nov 2023 17:23:22 +0000 Subject: [PATCH] revert: fix(ci): use github_token for gh pages deploy. --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 93e617c27..4c38eb089 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -51,6 +51,6 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: github.event_name != 'pull_request' && github.ref_name == 'main' with: - github_token: ${{ secrets.DOCS_DEPLOY_KEY }} + deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }} publish_dir: ./src/lasr-base/documentation/web/build external_repository: lasr-at-home/docs