Merge branch 'master' into develop

This commit is contained in:
olivermrbl
2022-08-03 18:03:14 +02:00
97 changed files with 39102 additions and 28864 deletions

View File

@@ -23,7 +23,12 @@ jobs:
with:
node-version: "14"
cache: "yarn"
- name: Install dependencies
uses: ./.github/actions/cache-deps
with:
extension: docs
- name: Build Docusaurus website
run: |
cd www/docs

View File

@@ -28,10 +28,10 @@ jobs:
node-version: "14"
cache: "yarn"
- name: Install packages
- name: Install dependencies
uses: ./.github/actions/cache-deps
with:
extension: unit-tests
extension: reference
- name: Build Packages
run: yarn build
@@ -44,3 +44,4 @@ jobs:
commit_message: "docs: automatically Generated Services Reference"
file_pattern: docs/content/*
skip_dirty_check: false
branch: master