mirror of
https://github.com/simon987/recipes.simon987.net.git
synced 2025-04-04 08:53:03 +00:00
cleanup
This commit is contained in:
parent
9dbe4db001
commit
0b222dae32
4
.github/workflows/hugo.yml
vendored
4
.github/workflows/hugo.yml
vendored
@ -27,8 +27,6 @@ jobs:
|
||||
run: |
|
||||
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.92.0/hugo_extended_0.92.0_Linux-64bit.deb \
|
||||
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
|
||||
- name: Install Dart Sass
|
||||
run: sudo snap install dart-sass
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@ -37,8 +35,6 @@ jobs:
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v4
|
||||
- name: Install Node.js dependencies
|
||||
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
|
||||
- name: Build with Hugo
|
||||
env:
|
||||
HUGO_ENVIRONMENT: production
|
||||
|
Loading…
x
Reference in New Issue
Block a user