Skip to content

Commit 4e1a98b

Browse files
authored
Build in Python venv (#824)
* Try building in Python venv * Ignore CDN failure
1 parent b7f7896 commit 4e1a98b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

netlify.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
tar -xf ${DART_SASS_TARBALL} && \
1313
rm ${DART_SASS_TARBALL} && \
1414
export PATH=/opt/build/repo/dart-sass:$PATH && \
15+
python -m venv .py3 && \
16+
source .py3/bin/activate && \
1517
make html \
1618
"""
1719

1820
[[plugins]]
1921
package = "netlify-plugin-checklinks"
2022
[plugins.inputs]
21-
skipPatterns = ['*bot*', 'https://fonts.gstatic.com', 'https://fonts.googleapis.com', 'https://cdn.jsdelivr.net']
23+
skipPatterns = ['*bot*', 'https://fonts.gstatic.com', 'https://fonts.googleapis.com', 'https://cdn.jsdelivr.net', 'https://cdnjs.cloudflare.com']

0 commit comments

Comments
 (0)