Complete Theme Migration from Henrik
This commit is contained in:
parent
eee9b2b2c1
commit
f4a1ebc077
41 changed files with 5266 additions and 60 deletions
16
.github/workflows/regen-gh-pages.yml
vendored
16
.github/workflows/regen-gh-pages.yml
vendored
|
|
@ -21,7 +21,23 @@ jobs:
|
|||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: 'latest'
|
||||
extended: true # Use extended Hugo
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
- name: Prepare postcss-cli
|
||||
run: npm ci
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue