Skip to content

Commit

Permalink
debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Apr 28, 2023
1 parent 15524e0 commit 035cc6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion files-sha1.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
30733643cbaf2dfca494166e4fd59e247daf4057 docs/.conf/nav.js
187d3a31375ddecbe4dd08f94474c240c12f9cf5 docs/.mirai_images/d548dae5.png
e3804f8a26a9a600ef0612aab82966fc1dfcda7d docs/.mirai_images/e02dc13d.png
8b78afea3c0e0241541f63d7cf88ab3e9000df6a docs/.vuepress/config.js
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
} catch (ignore) {
}
gsys('git', 'checkout', '--force', 'origin/gh-pages');
gsys('rm', '-rf', '*');
gsys('rm', '-rfv', '*');
gsys('git', 'checkout', 'HEAD', '--', 'CNAME');
gsys('git', 'checkout', 'HEAD', '--', 'favicon.ico');
gsysHidden('git', 'rm', '--cache', '-r', '.');
Expand Down

0 comments on commit 035cc6a

Please sign in to comment.