Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 2, 2024
1 parent 0e89f52 commit d6c947c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
- name: Check out doc site
uses: actions/checkout@v4
with:
repository: [email protected]:lenskit/lenskit-docs.git
ssh-key: ${{steps.decrypt.output.decrypt-identity}}
repository: lenskit/lenskit-docs
ssh-key: ${{steps.decrypt.outputs.decrypt-identity}}
path: doc-site
ref: latest
- name: 📥 Fetch documentation package
Expand Down
4 changes: 2 additions & 2 deletions lkdev/workflows/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ def job_publish_docs():
"name": "Check out doc site",
"uses": "actions/checkout@v4",
"with": {
"repository": "[email protected]:lenskit/lenskit-docs.git",
"ssh-key": "${{steps.decrypt.output.decrypt-identity}}",
"repository": "lenskit/lenskit-docs",
"ssh-key": "${{steps.decrypt.outputs.decrypt-identity}}",
"path": "doc-site",
"ref": "latest",
},
Expand Down

0 comments on commit d6c947c

Please sign in to comment.