We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6f1f1 commit 3f23120Copy full SHA for 3f23120
1 file changed
.github/workflows/sphinx-build.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
rm -rf docs # not sure if this is needed...
37
mkdir docs
38
- cp -rf build/html/* docs/
+ cp -rf build/* docs/
39
cd docs
40
echo "docs.amdc.dev" > CNAME
41
touch .nojekyll # need this due to "_*" dirs getting ignored by GitHub
0 commit comments