Skip to content

Commit 6f70ea1

Browse files
committed
refactor(CI): Remove the unnecessary doc configuration
1 parent 213a36e commit 6f70ea1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/Documenter.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ 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()
3630
- uses: julia-actions/julia-buildpkg@v1
3731
- run: julia --project=docs docs/make.jl
3832
env:

0 commit comments

Comments
 (0)