Merge pull request #50 from IT4Change/change-docs-deploy-action

chore(other): install deps in build job
This commit is contained in:
mahula 2024-04-06 11:51:26 +02:00 committed by GitHub
commit 996592fd7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,11 +35,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 21
cache: npm
# run build script
- name: Build Docs
run: npm run docs:build
run: npm install && npm run docs:build
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4