refine docs deployment

This commit is contained in:
mahula 2024-04-06 11:15:35 +02:00
parent 44ebb727df
commit e0bc0622ca
2 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@ e2e-all:
e2e-docs:
- '**/*.md'
- '.github/workflows/e2e.deploy.docs.yml'
- '.vuepress/*'
- 'package.json'

View File

@ -31,7 +31,7 @@ jobs:
- name: Set Node version
uses: actions/setup-node@v4
with:
node-version: '>=21'
node-version: '21'
- name: Checkout
uses: actions/checkout@master