Skip to content

Commit 75ceb64

Browse files
committed
.github: fix github CDN url
1 parent 9db67a5 commit 75ceb64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cd ~/hexo/
2525
service nginx stop
2626
rm -rf licoded.github.io
27-
/usr/local/git/bin/git clone https://github.com.cnpmjs.org/licoded/licoded.github.io --depth=1
27+
git clone https://github.com/licoded/licoded.github.io --depth=1
2828
sudo chown -R nginx:nginx licoded.github.io
2929
sudo chmod -R 777 licoded.github.io
3030
service nginx start

0 commit comments

Comments
 (0)