diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5c5af8a..674f263 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -33,6 +33,7 @@ jobs: make html #linkcheck cp index.html ../build/ cd ../build/ && ls && ls html/ + cp -r ../../static . rm -rf doctrees touch .nojekyll - name: Upload artifact