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 4b78b13 commit 3a3b612Copy full SHA for 3a3b612
.github/workflows/publish_docs_to_pages.yml
@@ -69,6 +69,7 @@ jobs:
69
cd dev
70
echo "Copying /tmp/html here"
71
cp -v -r /tmp/html/* .
72
+ touch .nojekyll
73
echo "Adding new dev documentation"
74
git add -A .
75
git commit -m "Add new dev documentation"
0 commit comments