Skip to content

Commit 102d8e4

Browse files
committed
Solved Hugo posts not uploading due to issues with GitHub Actions
1 parent a0403b6 commit 102d8e4

29 files changed

Lines changed: 419 additions & 5904 deletions

.github/workflows/hugo.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
run: |
3939
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
4040
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
41-
- name: Install Dart Sass
42-
run: sudo snap install dart-sass
4341
- name: Checkout
4442
uses: actions/checkout@v4
4543
with:

.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)