Skip to content

Commit cb21cce

Browse files
ci: make a .nojekyll file when building docs from scratch
1 parent acf8cae commit cb21cce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/doc_update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
cd "$WORKDIR"/work
5757
# Keep existing libjsonnet.wasm.
5858
git checkout HEAD -- js/libjsonnet.wasm
59+
# Want a .nojekyll file while we're still publishing by pushing to gh-pages branch.
60+
touch .nojekyll
5961
git add .
6062
- name: Diff docs
6163
id: diff-generated

0 commit comments

Comments
 (0)