We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583735b commit cbd63d3Copy full SHA for cbd63d3
1 file changed
.github/actions/build-docs/action.yml
@@ -21,3 +21,9 @@ runs:
21
RSPRESS_BASE: ${{ inputs.rspress-base }}
22
run: pnpm run build
23
shell: bash
24
+
25
+ - name: Disable Jekyll
26
+ if: ${{ github.event.action != 'closed' }}
27
+ working-directory: website
28
+ run: touch doc_build/.nojekyll
29
+ shell: bash
0 commit comments