1
0
Fork 0
This commit is contained in:
Digital Studium 2023-03-26 15:45:56 +03:00
parent 7b1a31fccd
commit 0c7691bb15
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: hugo --minify
- name: Deploy
run: hugo delpoy
run: hugo deploy
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS_KEY }}