mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
install deps in build job
This commit is contained in:
parent
2dfc2000a0
commit
6fe732856a
3
.github/workflows/e2e.deploy.docs.yml
vendored
3
.github/workflows/e2e.deploy.docs.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user