mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
refine docs deployment
This commit is contained in:
parent
44ebb727df
commit
e0bc0622ca
1
.github/file-filters.yml
vendored
1
.github/file-filters.yml
vendored
@ -4,5 +4,6 @@ e2e-all:
|
|||||||
|
|
||||||
e2e-docs:
|
e2e-docs:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
- '.github/workflows/e2e.deploy.docs.yml'
|
||||||
- '.vuepress/*'
|
- '.vuepress/*'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
|
|||||||
2
.github/workflows/e2e.deploy.docs.yml
vendored
2
.github/workflows/e2e.deploy.docs.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Set Node version
|
- name: Set Node version
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '>=21'
|
node-version: '21'
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user