Skip to content

Commit 80102d6

Browse files
updates
1 parent 1993b04 commit 80102d6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/documentation/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,4 +799,5 @@ fs.writeFileSync(path.join(websitepath, '_just', 'index.json'), JSON.stringify({
799799
"js": filename.js,
800800
"css": filename.css,
801801
"json": dataname[9]
802-
}), template.charset)
802+
}), template.charset)
803+
fs.writeFileSync(path.join(websitepath, '.', '.nojekyll'), '', template.charset)

src/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,3 @@ elif [ "$TYPE" == "docs" ]; then
186186
node "$GITHUB_ACTION_PATH/src/documentation/logs.js" "$INPUT_PATH" && \
187187
echo -e "$msg9"
188188
fi
189-
190-
echo "" > "website/.nojekyll"

0 commit comments

Comments
 (0)