projects
/
waybacktweets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae46c4a
)
update docs deploy
author
Claromes
<claromes@hey.com>
Fri, 14 Jun 2024 10:10:45 +0000
(07:10 -0300)
committer
Claromes
<claromes@hey.com>
Fri, 14 Jun 2024 10:10:45 +0000
(07:10 -0300)
.github/workflows/documentation.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/documentation.yml
b/.github/workflows/documentation.yml
index 2eaf111ac1afbf05cbdc7c5409e254194b849ff9..d048da74cdd82bb3d822e211a211a2b3cd220cdc 100644
(file)
--- a/
.github/workflows/documentation.yml
+++ b/
.github/workflows/documentation.yml
@@
-13,9
+13,12
@@
jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- - uses: abatilo/actions-poetry@v2.1.3
- - name: install
- run: poetry install
+ - - name: Install Poetry
+ run: |
+ curl -sSL https://install.python-poetry.org | python3 -
+ - name: Install dependencies
+ run: |
+ poetry install
- name: Sphinx build
run: |
mkdir gh-pages