Skip to content

Commit a42b58d

Browse files
Updated ACTIONS_DEPLOY_KEY
1 parent 22af7cb commit a42b58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Deploy
2929
uses: peaceiris/actions-gh-pages@v3
3030
with:
31-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
31+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY_2025 }}
3232
external_repository: pykale/pykale.github.io
3333
publish_branch: main
3434
publish_dir: ./public

0 commit comments

Comments
 (0)