projects
/
waybacktweets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f297a0d
)
deploy docs
author
Claromes
<claromes@hey.com>
Tue, 18 Jun 2024 08:46:21 +0000
(
05:46
-0300)
committer
Claromes
<claromes@hey.com>
Tue, 18 Jun 2024 08:46:21 +0000
(
05:46
-0300)
.github/workflows/docs.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/docs.yml
b/.github/workflows/docs.yml
index 804a8cbe81c5ac8cea3c5d46d26e87b03d7c6c1c..d46ebd3a49cb7f9e61e34216d9884d14d3acf7d7 100644
(file)
--- a/
.github/workflows/docs.yml
+++ b/
.github/workflows/docs.yml
@@
-1,8
+1,6
@@
name: docs
-on:
- pull_request:
- types: [closed]
+on: [push, pull_request, workflow_dispatch]
permissions:
contents: write
@@
-29,7
+27,7
@@
jobs:
poetry run sphinx-build -b html . _build
cp -r _build/* ../gh-pages/
- name: Deploy documentation
- if: ${{ github.event
.pull_request.merged == true
}}
+ if: ${{ github.event
_name == 'push'
}}
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages