Merge pull request #234 from waku-org/ci/copy-index.html

This commit is contained in:
fryorcraken.eth 2023-05-05 11:42:39 +10:00 committed by GitHub
commit 383ea2180c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

@ -29,6 +29,7 @@ pipeline {
sh 'npm install --silent'
/* TODO: Build the main page. */
sh 'mkdir -p build/docs'
sh 'cp index.html build/docs/'
}
}