From a2d4093f86518f41bb51ceac1faf73b6ffcdb0a3 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sat, 5 Oct 2024 22:08:57 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a15fefc..cccae45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v2 - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PERSONAL_TOKEN }} publish_dir: ./target/site # Assuming you are deploying static content from the site directory