Update .gitea/workflows/hugo.yaml
Some checks failed
/ deploy (push) Failing after 25s

This commit is contained in:
Mans Ziesel 2023-07-08 17:01:02 +00:00
parent 83c57fafad
commit 24dac43c23

View File

@ -41,5 +41,5 @@ jobs:
access_key: ${{ secrets.S3_ACCESS_KEY }}
secret_key: ${{ secrets.S3_SECRET_KEY }}
bucket: ${{ secrets.S3_BUCKET }}
source_dir: 'public'
source_dir: './public/'
target_dir: '/'