diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b45a840d89f..3420d864d7e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,8 +4,10 @@ name: Docs on: push: + branches: + - "**" tags-ignore: - - "*" + - "**" concurrency: group: "docs" @@ -18,7 +20,7 @@ permissions: jobs: ci: - uses: input-output-hk/catalyst-ci/.github/workflows/pages.yml@v2.0.6 + uses: input-output-hk/catalyst-ci/.github/workflows/pages.yml@master with: aws_role_arn: arn:aws:iam::332405224602:role/ci aws_region: eu-central-1 diff --git a/docs/src/monorepo-architecture/index.md b/docs/src/monorepo-architecture/index.md index 00297fc9a27..36c95764f79 100644 --- a/docs/src/monorepo-architecture/index.md +++ b/docs/src/monorepo-architecture/index.md @@ -4,3 +4,5 @@ icon: material/pencil-ruler # Monorepo Architecture + +TODO, add description and diagram of Monorepo architecture.