fix: Merge conflicts

This commit is contained in:
olivermrbl
2022-07-12 09:29:41 +02:00
418 changed files with 74357 additions and 14856 deletions

View File

@@ -1,6 +1,8 @@
name: Generate References
on:
push:
on:
pull_request:
types:
- closed
branches:
- "master"
paths:
@@ -17,6 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.5
with:
token: ${{ secrets.REFERENCE_PAT }}
fetch-depth: 0
- name: Setup Node.js environment
@@ -37,7 +40,7 @@ jobs:
run: yarn generate:services
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automatically Generated Services Reference
with:
commit_message: "docs: automatically Generated Services Reference"
file_pattern: docs/content/*
skip_dirty_check: false

View File

@@ -1,5 +1,9 @@
name: CLI Pipeline
on: [pull_request]
on:
pull_request:
paths-ignore:
- "docs/**"
- "www/**"
jobs:
test-cli-with-database: