We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db67a5 commit 75ceb64Copy full SHA for 75ceb64
1 file changed
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
cd ~/hexo/
25
service nginx stop
26
rm -rf licoded.github.io
27
- /usr/local/git/bin/git clone https://github.com.cnpmjs.org/licoded/licoded.github.io --depth=1
+ git clone https://github.com/licoded/licoded.github.io --depth=1
28
sudo chown -R nginx:nginx licoded.github.io
29
sudo chmod -R 777 licoded.github.io
30
service nginx start
0 commit comments