We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a271436 commit 7dc71c2Copy full SHA for 7dc71c2
1 file changed
ci/build
@@ -24,8 +24,6 @@ pushd docs
24
25
# Copy well-known for BlueSky
26
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
29
30
if [ -e .git ]; then
31
git checkout gh-pages
@@ -41,6 +39,9 @@ pushd docs
41
39
echo "User-agent: *" > robots.txt
42
40
echo -n "Disallow: /single-page.html" >> robots.txt
43
+ # Tells Github to publish immediately and skip it's automatic build step
+ touch .nojekyll
44
+
45
git add -A
46
git commit --allow-empty -m "build"
47
fi
0 commit comments