mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 23:17:41 +00:00
chore(workflow): run docs on any branch (#1580)
* chore(workflow): run docs on any branch * Update README.md
This commit is contained in:
parent
2e30a6d52e
commit
dd9f1d3c17
8
.github/workflows/docs.yml
vendored
8
.github/workflows/docs.yml
vendored
@ -1,10 +1,12 @@
|
|||||||
name: Docs
|
name: Docs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
branches:
|
||||||
- 'site/**'
|
- '**'
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '**'
|
- '**'
|
||||||
|
paths:
|
||||||
|
- 'site/**'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
@ -52,4 +54,4 @@ jobs:
|
|||||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: site/__sapper__/export
|
FOLDER: site/__sapper__/export
|
||||||
CLEAN: true
|
CLEAN: true
|
||||||
|
@ -22,3 +22,4 @@ DOCKER_BUILDKIT=1 docker build -f site/dockerfile . -t zitadel:docs -o docs
|
|||||||
## Honorable Mentions
|
## 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)).
|
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)).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user