Skip to content

Commit 2889356

Browse files
committed
Add logic to set up CNAME and .nojekyll
1 parent c7c24a7 commit 2889356

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,14 @@ jobs:
5050
git branch -D "$REFNAME"
5151
done
5252
git checkout -b gh-pages
53+
5354
git rm -rfq .
54-
git commit -qm "Remove all files"
55+
git commit -qm "Remove all existing files"
56+
57+
echo "cardano-ledger.cardano.intersectmbo.org" >CNAME
58+
touch .nojekyll
59+
git add CNAME .nojekyll
60+
git commit -qm "Add CNAME and .nojekyll"
5561
5662
# Preserve benchmark results, if any
5763
git ls-remote origin --heads gh-pages |

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)