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 e4ba9ca commit c09022eCopy full SHA for c09022e
.github/workflows/styles.yml
@@ -55,6 +55,10 @@ jobs:
55
wget https://raw.githubusercontent.com/digitoimistodude/air-light/master/package.json
56
npm install
57
58
+ # Make the command visible
59
+ echo "Running npx gulp devstyles..."
60
+ npx gulp devstyles
61
+
62
# Capture the output
63
output=$(npx gulp devstyles 2>&1)
64
0 commit comments