Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Feb 4, 2025
1 parent b1d792e commit 4393249
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
runs-on: 'ubuntu-22.04'

steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.DOCS_DEPLOY_PRIVATE_KEY }}
- name: 'Checkout Repository'
uses: actions/checkout@v4
with:
Expand All @@ -27,7 +32,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'deathkiller/m.css'
ssh-key: '${{ secrets.DOCS_DEPLOY_PRIVATE_KEY }}'
ssh-key: ${{ secrets.DOCS_DEPLOY_PRIVATE_KEY }}
path: 'm.css'

- name: 'Create Build Environment'
Expand Down

0 comments on commit 4393249

Please sign in to comment.