From dd9f1d3c17d64c1ab45fb5a888285f71226c7487 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Mon, 12 Apr 2021 13:15:17 +0200 Subject: [PATCH] chore(workflow): run docs on any branch (#1580) * chore(workflow): run docs on any branch * Update README.md --- .github/workflows/docs.yml | 8 +++++--- site/README.md | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 37d3f55f9c..9ac018a19c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,10 +1,12 @@ name: Docs on: push: - paths: - - 'site/**' + branches: + - '**' tags-ignore: - '**' + paths: + - 'site/**' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -52,4 +54,4 @@ jobs: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BRANCH: gh-pages FOLDER: site/__sapper__/export - CLEAN: true \ No newline at end of file + CLEAN: true diff --git a/site/README.md b/site/README.md index 8516a6a1f7..3e0c9935ed 100644 --- a/site/README.md +++ b/site/README.md @@ -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)). +