Skip to content

Commit 1e4dd0f

Browse files
authored
ci: use local bootstrap for release
1 parent 0c50770 commit 1e4dd0f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ jobs:
8383
run: |
8484
echo "Installing NPM dependencies..."
8585
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 ..
8693
echo "Using version $PKG_VERSION_STRICT"
8794
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" ietf/__init__.py
8895
echo "Build release tarball... (this could take a while)"

0 commit comments

Comments
 (0)