Skip to content

Commit 7dc71c2

Browse files
committed
move where nojekyll file is made
Signed-off-by: Taylor Silva <dev@taydev.net>
1 parent a271436 commit 7dc71c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ci/build

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ 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
2927

3028
if [ -e .git ]; then
3129
git checkout gh-pages
@@ -41,6 +39,9 @@ pushd docs
4139
echo "User-agent: *" > robots.txt
4240
echo -n "Disallow: /single-page.html" >> robots.txt
4341

42+
# Tells Github to publish immediately and skip it's automatic build step
43+
touch .nojekyll
44+
4445
git add -A
4546
git commit --allow-empty -m "build"
4647
fi

0 commit comments

Comments
 (0)