We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ed5eb commit b0a9246Copy full SHA for b0a9246
2 files changed
.github/workflows/nightly.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Deploy nightly archive
67
uses: peaceiris/actions-gh-pages@v4
68
with:
69
- deploy_key: ${{ secrets.MANIFEST_DEPLOY_KEY }}
+ deploy_key: ${{ secrets.ARCHIVE_DEPLOY_KEY }}
70
external_repository: ${{ env.ARCHIVE_REPO }}
71
publish_branch: ${{ env.ARCHIVE_BRANCH }}
72
publish_dir: archive
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
- name: Deploy release archive
73
0 commit comments