We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f682b commit fdd32b0Copy full SHA for fdd32b0
.github/workflows/deploy-pages.yml
@@ -7,6 +7,8 @@ on:
7
- ".github/workflows/deploy-pages.yml"
8
- "www/**"
9
- "discord-css/**"
10
+ - "package.json"
11
+ - "package-lock.json"
12
workflow_dispatch:
13
14
permissions:
www/build.sh
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+
3
echo "Installing dependencies from npm..."
4
npm i
5
0 commit comments