1
0
Fork 0

[skip ci] Update deploy.yaml
deploy Details

This commit is contained in:
digitalstudium 2023-03-26 13:25:01 +00:00
parent 0c7691bb15
commit e6fd166c5f
1 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Fetch repo
uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
@ -21,10 +22,10 @@ jobs:
hugo-version: "0.110.0"
extended: true
- name: Build
- name: Build website
run: hugo --minify
- name: Deploy
- name: Deploy website
run: hugo deploy
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}