Skip to content

Commit 38d5c3a

Browse files
committed
typo
1 parent b394d37 commit 38d5c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: julia-actions/setup-julia@v2
1919
- uses: julia-actions/cache@v1
20-
- run: julia --project=docs/ 'using Pkg; Pkg.instantiate()'
20+
- run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate()'
2121
- run: julia --project=docs/ docs/make.jl
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token

0 commit comments

Comments
 (0)