Skip to content

Commit

Permalink
Fix GH Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Dec 3, 2023
1 parent 8299df2 commit 82bda67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
DART_SASS_URL: "https://github.com/sass/dart-sass/releases/download/"
run: |
export DART_SASS_TARBALL="dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz" && \
curl -LJO ${env.DART_SASS_URL}/${DART_SASS_VERSION}/${DART_SASS_TARBALL} && \
curl -LJO ${DART_SASS_URL}/${DART_SASS_VERSION}/${DART_SASS_TARBALL} && \
tar -xf ${DART_SASS_TARBALL} && \
rm ${DART_SASS_TARBALL}
export PATH=$(pwd)/dart-sass:$PATH
Expand Down

0 comments on commit 82bda67

Please sign in to comment.