We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24a8b5 commit 302951bCopy full SHA for 302951b
1 file changed
makeDocs.php
@@ -49,4 +49,7 @@
49
echo "Pushing to remote repository...";
50
echo exec("git push");
51
echo " Complete.\n";
52
-}
+}
53
+
54
+// delete the xml file.
55
+unlink("docs/structure.xml");
0 commit comments