Skip to content

Commit

Permalink
Change actions to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRico committed Dec 3, 2024
1 parent 9711c96 commit 94f13f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
pip install poetry
poetry install
poetry add --group dev sphinx sphinx-rtd-theme
# 4. Build the Sphinx documentation
- name: Build Docs
Expand All @@ -40,4 +41,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages # Corrigido: Branch de destino para o deploy
publish_dir: docs-dev/_build/html # Pasta com os arquivos HTML gerados
keep_files: true # Opcional: mantém arquivos antigos no destino (se necessário)
# keep_files: true # Opcional: mantém arquivos antigos no destino (se necessário)

0 comments on commit 94f13f8

Please sign in to comment.