Skip to content

Commit

Permalink
Further fix docs deployment workflow. (#82)
Browse files Browse the repository at this point in the history
(it's only testable after merging to main)
  • Loading branch information
badmonster0 authored Mar 9, 2025
1 parent d77a55e commit 0818f48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
if: ${{ needs.deploy-precheck.outputs.gh-deploy-key == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Check secret set
run: |
echo "GH_PAGES_DEPLOY: ${{ secrets.GH_PAGES_DEPLOY }}"
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand All @@ -72,7 +69,7 @@ jobs:
cache: yarn
- uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ env.GH_PAGES_DEPLOY }}
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
- name: Deploy to GitHub Pages
env:
USE_SSH: true
Expand Down

0 comments on commit 0818f48

Please sign in to comment.