Skip to content

Commit

Permalink
🤖 ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YounesOMK committed Jan 4, 2024
1 parent 4337d38 commit f63c493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
publish_dir: ./site
personal_token: ${{ secrets.MY_PERSONAL_TOKEN }}

0 comments on commit f63c493

Please sign in to comment.