Skip to content

Commit

Permalink
Add SAGE_USE_CDNS=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Aug 30, 2023
1 parent 860957e commit ba2d660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
# incremental docbuild may introduce broken links (inter-file references) though build succeeds
run: |
set -ex
export SAGE_USE_CDNS=yes
mv /sage/local/share/doc/sage/html/en/.git /sage/.git-doc
make doc-clean doc-uninstall sagelib-clean && git clean -fx src/sage
mkdir -p /sage/local/share/doc/sage/html/en/ && mv /sage/.git-doc /sage/local/share/doc/sage/html/en/.git
Expand Down

0 comments on commit ba2d660

Please sign in to comment.