Skip to content

Commit

Permalink
Fixed ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikstensmo committed Sep 3, 2023
1 parent 978b8ea commit e1824f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run: |
julia --project=docs -e '
using Documenter: doctest
using SFTPCllient # change MyAwesomePackage to the name of your package
using SFTPClient # change MyAwesomePackage to the name of your package
doctest(SFTPClient)' # change MyAwesomePackage to the name of your package
- run: julia --project=docs docs/make.jl
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
SFTPClient = "6f0ef2a9-1531-47bc-8c87-f4ce50005508"

[compat]
Documenter = "0.27"

0 comments on commit e1824f7

Please sign in to comment.