Skip to content

Commit 0818f48

Browse files
authored
Further fix docs deployment workflow. (#82)
(it's only testable after merging to main)
1 parent d77a55e commit 0818f48

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454
if: ${{ needs.deploy-precheck.outputs.gh-deploy-key == 'true' }}
5555
runs-on: ubuntu-latest
5656
steps:
57-
- name: Check secret set
58-
run: |
59-
echo "GH_PAGES_DEPLOY: ${{ secrets.GH_PAGES_DEPLOY }}"
6057
- uses: actions/checkout@v4
6158
with:
6259
fetch-depth: 0
@@ -72,7 +69,7 @@ jobs:
7269
cache: yarn
7370
- uses: webfactory/[email protected]
7471
with:
75-
ssh-private-key: ${{ env.GH_PAGES_DEPLOY }}
72+
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
7673
- name: Deploy to GitHub Pages
7774
env:
7875
USE_SSH: true

0 commit comments

Comments
 (0)