[skip ci] Update deploy.yaml
deploy
Details
deploy
Details
This commit is contained in:
parent
0c7691bb15
commit
e6fd166c5f
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue