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 ac5179e commit f22b310Copy full SHA for f22b310
.github/workflows/publish_docs_to_pages.yml
@@ -62,10 +62,11 @@ jobs:
62
git clean -xdf .
63
cd dev
64
git rm -r '*'
65
- touch .nojekyll
66
- git add .nojekyll
+ cd ..
67
echo "Committing emptied dev directory"
68
git commit -m "Remove old dev documentation"
+ mkdir dev
69
+ cd dev
70
echo "Copying /tmp/html here"
71
cp -v -r /tmp/html/* .
72
echo "Adding new dev documentation"
0 commit comments