Skip to content

Commit

Permalink
Remove redundant check for push
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed May 30, 2023
1 parent 42b840a commit 3870116
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,14 @@ jobs:
python -X utf8 -m talondoc build example/docs example/docs/_build
- name: Setup Pages
if: github.event_name == 'push'
uses: actions/configure-pages@v3

- name: Upload Pages artifact
if: github.event_name == 'push'
uses: actions/upload-pages-artifact@v1
with:
path: example/docs/_build

- name: Deploy to GitHub Pages
if: github.event_name == 'push'
id: deployment
uses: actions/deploy-pages@v2

Expand Down

0 comments on commit 3870116

Please sign in to comment.