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 053c886 commit da1a956Copy full SHA for da1a956
tools/deploy.sh
@@ -14,6 +14,9 @@ echo -e "${GREEN}Run build script...${WHITE}"
14
echo -e "${WHITE}> ./tools/build.sh"
15
./tools/build.sh
16
17
+echo -e "${WHITE}> git checkout ./app/static/sitemap.xml"
18
+git checkout ./app/static/sitemap.xml
19
+
20
if [[ $(git status -s) == "" ]]; then
21
echo -e "${GREEN}Modify gitignore list temporarily...${WHITE}"
22
0 commit comments