We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228ec7b commit 5177b6aCopy full SHA for 5177b6a
.github/workflows/main_ourumbraco.yml
@@ -35,11 +35,11 @@ jobs:
35
run: npm install
36
- name: Install gulp prerequisites
37
run: npm install --save-dev jshint gulp-jshint
38
- - name: Install gulp globally
39
- run: npm install -g install gulp -g
40
- name: Rebuild node-sass
41
run: npm rebuild node-sass
42
-
+ - name: Build project
+ run: gulp build
+
43
- name: Publish to folder
44
run: msbuild OurUmbraco.Site\OurUmbraco.Site.csproj /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\"
45
0 commit comments