Update gitignore

This commit is contained in:
Jan Kremer 2024-03-27 15:55:05 +01:00
parent e8d69350e5
commit 0f7aee8a75
Signed by: jan
GPG key ID: A7DA689CB3B078EC
114 changed files with 1 additions and 5987 deletions

View file

@ -37,8 +37,6 @@ jobs:
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.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:
@ -46,8 +44,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:
# For maximum backward compatibility with Hugo modules