We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c24a7 commit 2889356Copy full SHA for 2889356
.github/workflows/gh-pages.yml
@@ -50,8 +50,14 @@ jobs:
50
git branch -D "$REFNAME"
51
done
52
git checkout -b gh-pages
53
+
54
git rm -rfq .
- 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"
61
62
# Preserve benchmark results, if any
63
git ls-remote origin --heads gh-pages |
CNAME
0 commit comments