From 0904525bbaa2d1f32222e0ea091e4db3679fb67b Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:31:26 -0400 Subject: [PATCH] fix: deployment workflow key --- .github/workflows/deploy-docusaurus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docusaurus.yml b/.github/workflows/deploy-docusaurus.yml index eeba8b8..7c2c4be 100644 --- a/.github/workflows/deploy-docusaurus.yml +++ b/.github/workflows/deploy-docusaurus.yml @@ -1,4 +1,4 @@ -name: Build and Deploy to GitHub Pages +name: Generate Docs and Deploy Docusaurus on: push: @@ -41,5 +41,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.DEPLOY_KEY }} + deploy_key: ${{ secrets.DEPLOY_KEY }} publish_dir: ./docusaurus/build \ No newline at end of file