Skip to content

Commit

Permalink
Remove oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Aug 12, 2024
1 parent 5e93370 commit 3f8576f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
sudo git config pull.ff only
sudo git reset --hard
sudo git pull
sudo ${TMP}/hugo --gc --minify --cleanDestinationDir --logLevel INFO -d /var/www/dimension.sh -b https://dimension.sh/
sudo ${TMP}/hugo --gc --minify --logLevel INFO -d /var/www/dimension.sh -b https://dimension.sh/
rm -rf ${TMP}

0 comments on commit 3f8576f

Please sign in to comment.