mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🔧 Chore: update CodeQL configuration, add Hugo test build workflow (#625)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Hugo build check
|
||||
name: FixIt Test Build
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
@@ -18,4 +18,4 @@ jobs:
|
||||
hugo-version: ${{ vars.HUGO_VERSION || 'latest' }}
|
||||
extended: true
|
||||
- name: Build Hugo static files
|
||||
run: hugo --source=demo --gc --minify --logLevel info
|
||||
run: hugo --source=test --themesDir ../.. --theme $PWD --gc --minify --logLevel info
|
||||
Reference in New Issue
Block a user