We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42b58d commit aefd3b9Copy full SHA for aefd3b9
.github/workflows/gh-pages.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Deploy
29
uses: peaceiris/actions-gh-pages@v3
30
with:
31
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY_2025 }}
+ personal_token: ${{ secrets.PERSONAL_TOKEN_2025 }}
32
external_repository: pykale/pykale.github.io
33
publish_branch: main
34
publish_dir: ./public
0 commit comments