Skip to content

Commit 302951b

Browse files
committed
remove xml file
1 parent a24a8b5 commit 302951b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

makeDocs.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@
4949
echo "Pushing to remote repository...";
5050
echo exec("git push");
5151
echo " Complete.\n";
52-
}
52+
}
53+
54+
// delete the xml file.
55+
unlink("docs/structure.xml");

0 commit comments

Comments
 (0)