ci: copy index.html file when publishing

This commit is contained in:
fryorcraken.eth 2023-05-05 11:39:29 +10:00
parent d4d8c60b68
commit 9c927c7ad9
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
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/'
}
}