Skip to content

Commit

Permalink
Fix/deploy docs (#1725)
Browse files Browse the repository at this point in the history
* fix: update deploy-docs.yml

* chore: update deploy-docs.yml to include requests-toolbelt and poetry install --only=docs

* chore: Update deploy-docs.yml to simplify installation process
  • Loading branch information
jhonylucas74 authored Jul 10, 2024
1 parent c66a124 commit efbd848
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:

- name: Install requirements
working-directory: ./python-package
run: |
pip install requests-toolbelt
poetry install --only=docs
run: poetry install

- name: Build and deploy docs
working-directory: ./docs
Expand Down
1 change: 0 additions & 1 deletion docs/docs/style_data.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Manual de estilo

Nessa seção listamos todos os padrões do nosso manual de estilo e diretrizes de dados que usamos na Base dos Dados. Eles nos ajudam a manter os dados e metadados que publicamos com qualidade alta.
Expand Down

0 comments on commit efbd848

Please sign in to comment.