Skip to content

Commit 3dfebf1

Browse files
committed
Remove duplicate 'doc-html' target from CI
1 parent 665a3fa commit 3dfebf1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci-linux-incremental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
from_docker_target: "with-targets"
9595
from_docker_tag: "dev"
9696
docker_targets: "with-targets"
97-
targets: "${{needs.changed_files.outputs.build_targets}} ci-build-with-fallback doc-html ptest-nodoc"
97+
targets: "${{needs.changed_files.outputs.build_targets}} ci-build-with-fallback ptest-nodoc"
9898
tox_system_factors: >-
9999
["ubuntu-focal",
100100
"ubuntu-jammy",

.github/workflows/ci-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
env:
2727
TARGETS_PRE: all-sage-local
28-
TARGETS: build doc-html
28+
TARGETS: build
2929
TARGETS_OPTIONAL: ptest
3030

3131
permissions:
@@ -41,7 +41,7 @@ jobs:
4141
docker_targets: "with-system-packages configured with-targets-pre with-targets with-targets-optional"
4242
# FIXME: duplicated from env.TARGETS
4343
targets_pre: all-sage-local
44-
targets: build doc-html
44+
targets: build
4545
targets_optional: ptest
4646
tox_system_factors: >-
4747
["ubuntu-jammy"]
@@ -56,7 +56,7 @@ jobs:
5656
# Build from scratch
5757
docker_targets: "with-system-packages configured with-targets-pre with-targets with-targets-optional"
5858
targets_pre: all-sage-local
59-
targets: build doc-html
59+
targets: build
6060
targets_optional: ptest
6161
tox_packages_factors: >-
6262
["standard"]

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
env:
3232
TARGETS_PRE: all-sage-local
33-
TARGETS: build doc-html
33+
TARGETS: build
3434
TARGETS_OPTIONAL: ptest
3535

3636
jobs:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
case "${{ inputs.stage }}" in
121121
1) export TARGETS_PRE="all-sage-local" TARGETS="all-sage-local" TARGETS_OPTIONAL="build/make/Makefile"
122122
;;
123-
2) export TARGETS_PRE="all-sage-local" TARGETS="build doc-html" TARGETS_OPTIONAL="ptest"
123+
2) export TARGETS_PRE="all-sage-local" TARGETS="build" TARGETS_OPTIONAL="ptest"
124124
;;
125125
2-optional*) export TARGETS_PRE="build/make/Makefile" TARGETS="build/make/Makefile"
126126
targets_pattern="${{ inputs.stage }}"

0 commit comments

Comments
 (0)