Skip to content

Commit

Permalink
Fix typo (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Oct 24, 2023
1 parent 615eacf commit 0e765a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
curl -LJO ${DART_SASS_URL}/${DART_SASS_VERSION}/${DART_SASS_TARBALL} && \
tar -xf ${DART_SASS_TARBALL} && \
rm ${DART_SASS_TARBALL} && \
export PATH=/opt/build/repo/doc/dart-sass:$PATH && \
export PATH=/opt/build/repo/dart-sass:$PATH && \
make html-all \
"""

Expand Down

0 comments on commit 0e765a7

Please sign in to comment.