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 3db372b commit 516b367Copy full SHA for 516b367
.github/workflows/gh-page.yml
@@ -57,6 +57,8 @@ jobs:
57
58
pushd "${docroot}" || exit
59
60
+ touch .nojekyll
61
+
62
# don't bother maintaining history; just generate fresh
63
git init
64
git remote add deploy "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
0 commit comments