Skip to content

Commit a271436

Browse files
committed
add nojekyll file for github actions publishing
Signed-off-by: Taylor Silva <dev@taydev.net>
1 parent 118ca86 commit a271436

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ pushd docs
2424

2525
# Copy well-known for BlueSky
2626
cp -R .well-known site/.well-known
27+
# To tell Github to publish immediately and skip it's automatic build step
28+
touch site/.nojekyll
2729

2830
if [ -e .git ]; then
2931
git checkout gh-pages

0 commit comments

Comments
 (0)