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 6f4737c commit ac5179eCopy full SHA for ac5179e
.github/workflows/publish_docs_to_pages.yml
@@ -62,6 +62,8 @@ jobs:
62
git clean -xdf .
63
cd dev
64
git rm -r '*'
65
+ touch .nojekyll
66
+ git add .nojekyll
67
echo "Committing emptied dev directory"
68
git commit -m "Remove old dev documentation"
69
echo "Copying /tmp/html here"
0 commit comments