We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@jiangmiemie 建议添加一个每日的自动任务,执行一段 python,内容为:
import os os.removedirs("/www/wwwroot/www.travellings.cn") destination_path = "/www/wwwroot/www.travellings.cn" clone_command = "git clone --branch gh-pages --single-branch https://github.com/travellings-link/travellings.git" clone_with_path = clone_command +" "+ destination_path os.system(clone_with_path)
The text was updated successfully, but these errors were encountered:
服务器你们测完直接做,用Bash 脚本就行。 Bash教程可以参考这个文档:https://wangdoc.com/bash/intro 你自己学一下或者让其他有兴趣的人学一下。就当练手了
Sorry, something went wrong.
No branches or pull requests
@jiangmiemie
建议添加一个每日的自动任务,执行一段 python,内容为:
The text was updated successfully, but these errors were encountered: