From 55f710bb239200a273b04e08d9c760c3e3f18b60 Mon Sep 17 00:00:00 2001 From: Rohit Ghumare Date: Tue, 6 Aug 2024 12:41:20 +0100 Subject: [PATCH] Update GitHub Pages deployment workflow --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 27fb98c..87317e5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,5 +15,6 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: + deploy_key: ${{ secrets.DEPLOY_TOKEN }} publish_dir: .