First attempt at nightly

This commit is contained in:
Alex Dima 2021-11-22 21:57:39 +01:00
parent 7318711606
commit 7a9cff59a7
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
3 changed files with 103 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: Install node modules (1)
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: npm install
run: npm ci
- name: Build website
run: npm run build-website