Skip to content

Commit

Permalink
fix: deployment workflow key
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Oct 18, 2024
1 parent 62d1458 commit 0904525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docusaurus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy to GitHub Pages
name: Generate Docs and Deploy Docusaurus

on:
push:
Expand Down Expand Up @@ -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

0 comments on commit 0904525

Please sign in to comment.