We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268b31d commit 256471aCopy full SHA for 256471a
.github/workflows/sphinx-docs.yml
@@ -26,21 +26,13 @@ jobs:
26
working-directory: docs
27
run: make html
28
29
- - name: Copy built docs to temp directory
30
- run: |
31
- mkdir -p /tmp/docs_build
32
- cp -r docs/build/html/* /tmp/docs_build/
33
-
34
- name: Deploy to gen_page branch
35
run: |
36
git config user.name "github-actions[bot]"
37
git config user.email "github-actions[bot]@users.noreply.github.com"
38
39
git fetch origin
40
git switch --orphan gen_page
41
42
- # Borrar todo excepto docs/build
43
- git ls-files | grep -v '^docs/build' | xargs git rm -f
44
45
cp -r docs/build/html/* .
46
touch .nojekyll
0 commit comments