Skip to content

Commit 08ae4f8

Browse files
Update docs.yml
1 parent 3a18c36 commit 08ae4f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15+
- name: Copia README.md para docs/
16+
run: cp README.md docs/readme.md
17+
1518
- name: Disable Jekyll
1619
run: touch docs/.nojekyll
1720

@@ -36,9 +39,6 @@ jobs:
3639
- name: Build Sphinx docs (com Redoc embutido)
3740
run: sphinx-build -b html docs/ docs/_build/html
3841

39-
- name: Copia README.md para docs/
40-
run: cp README.md docs/readme.md
41-
4242
- name: Upload built site to Pages
4343
uses: actions/upload-pages-artifact@v3
4444
with:

0 commit comments

Comments
 (0)