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 0dfb87f commit 455e77aCopy full SHA for 455e77a
1 file changed
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ permissions:
21
22
concurrency:
23
group: pages
24
- cancel-in-progress: false
+ cancel-in-progress: true
25
26
jobs:
27
build:
@@ -52,15 +52,16 @@ jobs:
52
enablement: true
53
54
- name: Build documentation
55
- run: mkdocs build --strict --site-dir site
+ run: |
56
+ mkdocs build --strict --site-dir site
57
+ touch site/.nojekyll
58
59
- name: Upload Pages artifact
60
uses: actions/upload-pages-artifact@v5
61
with:
62
path: site
63
64
deploy:
- if: github.event_name == 'push'
65
needs: build
66
runs-on: ubuntu-latest
67
environment:
0 commit comments