Merge pull request #46 from IT4Change/refactor-docs-deploy

refactor(other): refine docs deployment
This commit is contained in:
mahula 2024-04-06 11:19:08 +02:00 committed by GitHub
commit 7e8545327a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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