We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79940a3 commit 268b31dCopy full SHA for 268b31d
.github/workflows/sphinx-docs.yml
@@ -38,9 +38,11 @@ jobs:
38
39
git fetch origin
40
git switch --orphan gen_page
41
- git rm -rf .
+
42
+ # Borrar todo excepto docs/build
43
+ git ls-files | grep -v '^docs/build' | xargs git rm -f
44
- cp -r /tmp/docs_build/* .
45
+ cp -r docs/build/html/* .
46
touch .nojekyll
47
48
git add .
0 commit comments