Skip to content

Commit 430b814

Browse files
committed
typo?
1 parent 44338f2 commit 430b814

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
git config user.name github-actions
2323
git config user.email [email protected]
24-
julia --project=docs docs/make.jl --deploy --temp
24+
julia --project=docs/ docs/make.jl --deploy --temp
2525
env:
2626
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ using LibGit2, Pkg, TOML, UUIDs, Downloads
99

1010
clonedir = ("--temp" in ARGS) ? mktempdir() : joinpath(@__DIR__, "clones")
1111
outpath = ("--temp" in ARGS) ? mktempdir() : joinpath(@__DIR__, "out")
12+
1213
@info """
1314
Cloning packages into: $(clonedir)
1415
Building aggregate site into: $(outpath)

0 commit comments

Comments
 (0)