We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a901b5 commit 433e0adCopy full SHA for 433e0ad
.github/workflows/pages.yml
@@ -2,8 +2,6 @@ name: pages
2
on:
3
push:
4
branches: [ "main" ]
5
- pull_request:
6
- branches: [ "main" ]
7
jobs:
8
build:
9
runs-on: ubuntu-22.04
@@ -33,11 +31,6 @@ jobs:
33
31
sed -i '/Built with/,/Docs<\/a>./d' docs/build/html/*.html
34
32
mv docs/build/html/ public/
35
mv pylint.svg public/
36
- deploy:
37
- if: github.event_name != 'pull_request'
38
- runs-on: ubuntu-22.04
39
- needs: build
40
- steps:
41
- name: deploy docs to gh-pages
42
uses: peaceiris/actions-gh-pages@v3
43
with:
0 commit comments