From fb70feeeb36e7b6dba8197d9aeab43e9ebb5d62c Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Wed, 11 Sep 2024 07:23:55 -0400 Subject: [PATCH] More tweeking --- .github/workflows/gh-pages.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 71cf4863a..b69341043 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -120,9 +120,6 @@ jobs: sudo cp --recursive ${GITHUB_WORKSPACE}/static/data ~/data fi - - name: Install Dart Sass - run: sudo snap install dart-sass - - name: Install Hugo CLI run: | wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ @@ -134,9 +131,9 @@ jobs: # hugo-version: ${{ HUGO_VERSION }} # extended: true - - name: Setup Pages - id: pages - uses: actions/configure-pages@v5 + # - name: Setup Pages + # id: pages + # uses: actions/configure-pages@v5 - name: Setup Node uses: actions/setup-node@v4