chore(workflow): run docs on any branch (#1580)

* chore(workflow): run docs on any branch

* Update README.md
This commit is contained in:
Livio Amstutz
2021-04-12 13:15:17 +02:00
committed by GitHub
parent 2e30a6d52e
commit dd9f1d3c17
2 changed files with 6 additions and 3 deletions

View File

@@ -1,10 +1,12 @@
name: Docs
on:
push:
paths:
- 'site/**'
branches:
- '**'
tags-ignore:
- '**'
paths:
- 'site/**'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -22,3 +22,4 @@ DOCKER_BUILDKIT=1 docker build -f site/dockerfile . -t zitadel:docs -o docs
## Honorable Mentions
This project was created with the help of some components from [svelte](https://github.com/sveltejs/svelte)([MIT](https://github.com/sveltejs/svelte/blob/master/LICENSE)) as well as [site-kit](https://github.com/sveltejs/site-kit)([MIT](https://github.com/sveltejs/site-kit/blob/master/LICENSE)).