feat(artifacts.yml): add step to setup Hugo with version 0.83.0 and extended mode

The change was made to include a new step in the workflow to set up Hugo with version 0.83.0 and enable extended mode. This is necessary to ensure that the correct version of Hugo is used and that extended features are available during the build process.
This commit is contained in:
Sped0n
2023-11-04 18:58:53 +08:00
parent 6830206a5c
commit 5eed039d47

View File

@@ -37,6 +37,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.83.0'
extended: true
- name: Setup pnpm
uses: pnpm/action-setup@v2
with: