fifth post
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 10s
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 10s
This commit is contained in:
@ -6,24 +6,15 @@ jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
- name: List files in the repository pre
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Setup Hugo
|
||||
- name: Install Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: 'latest'
|
||||
# extended: true
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
- name: List files in the repository post
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: tree
|
||||
run: sudo apt update; sudo apt -y install tree; tree
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
run: hugo --minify
|
Reference in New Issue
Block a user