This website works better with JavaScript.
Home
Help
Sign In
hacknology
/
website
Watch
3
Star
1
Fork
5
Code
Pull Requests
0
Releases
0
Activity
Browse Source
Use new hugo path.
pull/5/head
Robert Jacob
2 years ago
parent
36364185fe
commit
bea72feffd
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Jenkinsfile
+ 1
- 1
Jenkinsfile
View File
@@ -4,7 +4,7 @@ node("hugo && linkchecker") {
sh "git submodule update --init --recursive"
stage "Build"
sh "
/opt/
hugo"
sh "hugo"
archiveArtifacts artifacts: 'public/**', excludes: null
stage "Publish"
Write
Preview
Loading…
Cancel
Save