There was an error while loading. Please reload this page.
1 parent 0c50770 commit 1e4dd0fCopy full SHA for 1e4dd0f
1 file changed
.github/workflows/build.yml
@@ -83,6 +83,13 @@ jobs:
83
run: |
84
echo "Installing NPM dependencies..."
85
npm install
86
+ npm install -g grunt-cli
87
+ cd bootstrap
88
+ npm install
89
+ echo "Generating bootstrap files..."
90
+ grunt dist
91
+ cp -r dist/. ../ietf/static/ietf/bootstrap/
92
+ cd ..
93
echo "Using version $PKG_VERSION_STRICT"
94
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" ietf/__init__.py
95
echo "Build release tarball... (this could take a while)"
0 commit comments