Skip to content

Commit cbd63d3

Browse files
committed
ci: disable jekyll for docs deploys
1 parent 583735b commit cbd63d3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/actions/build-docs/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ runs:
2121
RSPRESS_BASE: ${{ inputs.rspress-base }}
2222
run: pnpm run build
2323
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

Comments
 (0)