Merge branch 'fix-page-build' into 'main'

ci: install dependencies in the `pages` step too

See merge request tpo/web/dev!9
This commit is contained in:
anarcat 2024-06-12 13:59:15 +00:00 committed by Jérôme Charaoui
commit b91d19bda8
No known key found for this signature in database
GPG Key ID: 69C52F658E988542

View File

@ -16,6 +16,7 @@ pages:
image: docker.io/node:latest
stage: deploy
script:
- npm install
- npm run build -- --baseURL $CI_PAGES_URL
artifacts:
paths: