Skip to content

Commit 5961919

Browse files
committed
Generate nojekyll file in pipeline
1 parent 6c9ae7b commit 5961919

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Build Docs
3131
run: npm run docs
3232

33+
- name: Generate No Jekyll File
34+
run: cd docs && touch .nojekyll
35+
3336
- name: Deploy Docs
3437
uses: JamesIves/[email protected]
3538
with:

0 commit comments

Comments
 (0)