Skip to content

Commit 9482890

Browse files
committed
Revert "refactor(CI): Remove the unnecessary doc configuration"
This reverts commit 6f70ea1.
1 parent 6f70ea1 commit 9482890

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/Documenter.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
with:
2828
version: '1'
2929
- uses: julia-actions/cache@v2
30+
- name: Configure doc environment
31+
shell: julia --project=docs --color=yes {0}
32+
run: |
33+
using Pkg
34+
Pkg.develop(PackageSpec(path=pwd()))
35+
Pkg.instantiate()
3036
- uses: julia-actions/julia-buildpkg@v1
3137
- run: julia --project=docs docs/make.jl
3238
env:

0 commit comments

Comments
 (0)