Skip to content

Commit 1cdfb2e

Browse files
fix docs ci config
1 parent 893da98 commit 1cdfb2e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/docs-pages.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ on:
88
- 'mkdocs.yml'
99
- 'requirements-docs.txt'
1010
- '.github/workflows/docs-pages.yml'
11-
pull_request:
12-
paths:
13-
- 'docs/**'
14-
- 'mkdocs.yml'
15-
- 'requirements-docs.txt'
16-
- '.github/workflows/docs-pages.yml'
1711
workflow_dispatch:
1812

1913
permissions:
@@ -44,17 +38,14 @@ jobs:
4438
run: mkdocs build --strict
4539

4640
- name: Setup Pages
47-
if: github.event_name != 'pull_request'
4841
uses: actions/configure-pages@v5
4942

5043
- name: Upload Pages artifact
51-
if: github.event_name != 'pull_request'
5244
uses: actions/upload-pages-artifact@v3
5345
with:
5446
path: ./site
5547

5648
deploy:
57-
if: github.event_name != 'pull_request'
5849
needs: build
5950
runs-on: ubuntu-latest
6051
environment:

0 commit comments

Comments
 (0)