Skip to content

Commit dbac542

Browse files
committed
Add SAGE_USE_CDNS=yes
1 parent 6695bec commit dbac542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
# incremental docbuild may introduce broken links (inter-file references) though build succeeds
8383
run: |
8484
set -ex
85+
export SAGE_USE_CDNS=yes
8586
mv /sage/local/share/doc/sage/html/en/.git /sage/.git-doc
8687
make doc-clean doc-uninstall sagelib-clean && git clean -fx src/sage
8788
mkdir -p /sage/local/share/doc/sage/html/en/ && mv /sage/.git-doc /sage/local/share/doc/sage/html/en/.git

0 commit comments

Comments
 (0)