This commit is contained in:
Cyberboss
2020-01-19 00:00:11 -05:00
parent fc105d6dfc
commit da860dcd0d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ if($publish_dox){
echo '# THIS BRANCH IS AUTO GENERATED BY APPVEYOR CI' > README.md
# Add in the swagger specification
mv C:/swagger.json "$doxdir/swagger.json"
cp C:/swagger.json "$doxdir/swagger.json"
# Need to create a .nojekyll file to allow filenames starting with an underscore
# to be seen on the gh-pages site. Therefore creating an empty .nojekyll file.