Remove Unnessary Deps
All checks were successful
Build Hugo Site / build (push) Successful in 16s

This commit is contained in:
Ben Hays 2023-10-22 22:03:51 -04:00
parent 57c0816c61
commit 2710cfea33

View File

@ -12,8 +12,6 @@ jobs:
run: | run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& dpkg -i ${{ runner.temp }}/hugo.deb && dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: snap install dart-sass
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with: