We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38c210 commit 8355104Copy full SHA for 8355104
1 file changed
generate.sh
@@ -3,6 +3,11 @@
3
echo "🔄 Generating navigation"
4
java .github/scripts/generate_navigation.java "$(pwd)"
5
6
+echo ""
7
+echo "📦 Installing dependencies"
8
+echo "Please wait..."
9
+npm install
10
+
11
echo ""
12
echo "🛠️ Building site"
13
echo "Please wait..."
0 commit comments