There was an error while loading. Please reload this page.
1 parent 0ed00df commit 6a7ab6bCopy full SHA for 6a7ab6b
1 file changed
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
cp -r ~/httpdocs/* ~/backup/ 2>/dev/null || true
25
rm -rf ~/httpdocs/*
26
git clone https://github.com/${{ github.repository }}.git ~/pagespeed-impact
27
- cp ~/pagespeed-impact/public/* ~/httpdocs/
+ cp -r ~/pagespeed-impact/public/* ~/httpdocs/
28
ln -s ~/shared/matomo.js ~/httpdocs/matomo.js
29
chown -R ${{ secrets.USERNAME }} ~/httpdocs/
30
chmod -R 644 ~/httpdocs/*
0 commit comments