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 893da98 commit 1cdfb2eCopy full SHA for 1cdfb2e
1 file changed
.github/workflows/docs-pages.yml
@@ -8,12 +8,6 @@ on:
8
- 'mkdocs.yml'
9
- 'requirements-docs.txt'
10
- '.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'
17
workflow_dispatch:
18
19
permissions:
@@ -44,17 +38,14 @@ jobs:
44
38
run: mkdocs build --strict
45
39
46
40
- name: Setup Pages
47
- if: github.event_name != 'pull_request'
48
41
uses: actions/configure-pages@v5
49
42
50
43
- name: Upload Pages artifact
51
52
uses: actions/upload-pages-artifact@v3
53
with:
54
path: ./site
55
56
deploy:
57
58
needs: build
59
runs-on: ubuntu-latest
60
environment:
0 commit comments