Skip to content

Commit dbe3797

Browse files
authored
Merge pull request #504 from abhro/patch-1
Remove 'Configure doc environment' step from CI.yml - docs
2 parents e811af6 + 880db39 commit dbe3797

File tree

4 files changed

+1
-19
lines changed

4 files changed

+1
-19
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PkgTemplates"
22
uuid = "14b8a8f1-9102-5b29-a752-f990bacb7fe1"
33
authors = ["Chris de Graaf", "Invenia Technical Computing Corporation"]
4-
version = "0.7.56"
4+
version = "0.7.57"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

templates/github/workflows/CI.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ jobs:
8282
with:
8383
version: '1'
8484
- uses: julia-actions/cache@v2
85-
- name: Configure doc environment
86-
shell: julia --project=docs --color=yes {0}
87-
run: |
88-
using Pkg
89-
Pkg.develop(PackageSpec(path=pwd()))
90-
Pkg.instantiate()
9185
- uses: julia-actions/julia-buildpkg@v1
9286
- uses: julia-actions/julia-docdeploy@v1
9387
env:

test/fixtures/DocumenterGitHubActions/.github/workflows/CI.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ jobs:
5151
with:
5252
version: '1'
5353
- uses: julia-actions/cache@v2
54-
- name: Configure doc environment
55-
shell: julia --project=docs --color=yes {0}
56-
run: |
57-
using Pkg
58-
Pkg.develop(PackageSpec(path=pwd()))
59-
Pkg.instantiate()
6054
- uses: julia-actions/julia-buildpkg@v1
6155
- uses: julia-actions/julia-docdeploy@v1
6256
env:

test/fixtures/WackyOptions/.github/workflows/CI.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ jobs:
5252
with:
5353
version: '1'
5454
- uses: julia-actions/cache@v2
55-
- name: Configure doc environment
56-
shell: julia --project=docs --color=yes {0}
57-
run: |
58-
using Pkg
59-
Pkg.develop(PackageSpec(path=pwd()))
60-
Pkg.instantiate()
6155
- uses: julia-actions/julia-buildpkg@v1
6256
- uses: julia-actions/julia-docdeploy@v1
6357
env:

0 commit comments

Comments
 (0)