mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
Merge pull request #50 from IT4Change/change-docs-deploy-action
chore(other): install deps in build job
This commit is contained in:
commit
996592fd7d
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