Skip to content

Commit 5177b6a

Browse files
Update main_ourumbraco.yml
1 parent 228ec7b commit 5177b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_ourumbraco.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
run: npm install
3636
- name: Install gulp prerequisites
3737
run: npm install --save-dev jshint gulp-jshint
38-
- name: Install gulp globally
39-
run: npm install -g install gulp -g
4038
- name: Rebuild node-sass
4139
run: npm rebuild node-sass
42-
40+
- name: Build project
41+
run: gulp build
42+
4343
- name: Publish to folder
4444
run: msbuild OurUmbraco.Site\OurUmbraco.Site.csproj /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\"
4545

0 commit comments

Comments
 (0)