Skip to content

Commit 82bda67

Browse files
committed
Fix GH Pages deploy
1 parent 8299df2 commit 82bda67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
DART_SASS_URL: "https://github.com/sass/dart-sass/releases/download/"
4848
run: |
4949
export DART_SASS_TARBALL="dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz" && \
50-
curl -LJO ${env.DART_SASS_URL}/${DART_SASS_VERSION}/${DART_SASS_TARBALL} && \
50+
curl -LJO ${DART_SASS_URL}/${DART_SASS_VERSION}/${DART_SASS_TARBALL} && \
5151
tar -xf ${DART_SASS_TARBALL} && \
5252
rm ${DART_SASS_TARBALL}
5353
export PATH=$(pwd)/dart-sass:$PATH

0 commit comments

Comments
 (0)