Workflow: Use an existing hugo action smh
Build and deploy site / deploy (push) Successful in 11s
Details
Build and deploy site / deploy (push) Successful in 11s
Details
This commit is contained in:
parent
8ee2c81d3b
commit
864b0daa4e
|
@ -17,13 +17,14 @@ jobs:
|
|||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Install apt packages
|
||||
run: apt update && apt install -y jq rsync hugo
|
||||
- name: Build the static webpage
|
||||
run: |
|
||||
pwd
|
||||
cat hugo.toml
|
||||
hugo --help
|
||||
hugo --minify
|
||||
run: apt update && apt install -y jq rsync
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.123.8'
|
||||
extended: true
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
- name: Create private key
|
||||
run: |
|
||||
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key
|
||||
|
|
Loading…
Reference in New Issue