projects
/
waybacktweets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33852a3
)
update docs deploy
author
Claromes
<claromes@hey.com>
Fri, 14 Jun 2024 09:54:57 +0000
(06:54 -0300)
committer
Claromes
<claromes@hey.com>
Fri, 14 Jun 2024 09:54:57 +0000
(06:54 -0300)
.github/workflows/documentation.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/documentation.yml
b/.github/workflows/documentation.yml
index e4fa71e147273973825e9cab9c247fefb8945b0b..80927d1728f5a76d11a5c8f8e5fe2f12dea78b48 100644
(file)
--- a/
.github/workflows/documentation.yml
+++ b/
.github/workflows/documentation.yml
@@
-11,9
+11,12
@@
jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
+ - name: Install Poetry
+ run: |
+ curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: |
- p
ip install sphinx pallets-sphinx-themes sphinxcontrib-mermaid sphinx-new-tab-link sphinx-click
+ p
oetry install
- name: Sphinx build
run: |
sphinx-build docs _build