Skip to content

Commit

Permalink
slides: disable slides build
Browse files Browse the repository at this point in the history
* See cylc#640
  • Loading branch information
oliver-sanders committed Aug 31, 2023
1 parent 1bfffa6 commit 1dcb7f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
make -C docs \
clean \
html \
slides \
# slides \ https://github.com/cylc/cylc-doc/issues/640 \
linkcheck \
SPHINXOPTS='-Wn --keep-going' \
FORCE_COLOR=true \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
builddir="nightly_${{ matrix.meta_release }}"
make -C docs \
html \
slides \
# slides \ https://github.com/cylc/cylc-doc/issues/640 \
linkcheck \
SPHINXOPTS="-Wn --keep-going -A sidebar_version_name=${version}" \
STABLE=false \
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@ jobs:
- name: build & test
run: |
make html slides spelling linkcheck doctest \
make \
html \
# slides \ https://github.com/cylc/cylc-doc/issues/640 \
spelling \
linkcheck \
doctest \
SPHINXOPTS='-Wn --keep-going' FORCE_COLOR=true
- name: debug sphinx failure
Expand Down

0 comments on commit 1dcb7f8

Please sign in to comment.