Skip to content

Commit 5edda36

Browse files
committed
Merge branch 'resumption_key' of github.com:claromes/waybacktweets into resumption_key
2 parents 6c8b475 + 462e62b commit 5edda36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
poetry run sphinx-build -b html . _build
2929
cp -r _build/* ../gh-pages/
3030
- name: Deploy documentation
31-
if: ${{ github.event_name == 'push' }}
31+
if: github.event_name == 'push'
3232
uses: JamesIves/github-pages-deploy-action@4.1.4
3333
with:
3434
branch: gh-pages

0 commit comments

Comments
 (0)