Change deploy method

This commit is contained in:
Digital Studium
2023-05-09 15:33:19 +03:00
parent c2f72e6cce
commit 7e4b06a217
3 changed files with 11 additions and 9 deletions

View File

@@ -22,12 +22,5 @@ jobs:
hugo-version: "0.110.0"
extended: true
- name: Build website
run: hugo --minify
- name: Deploy website
run: hugo deploy
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS_KEY }}
run: ./deploy