Skip to content

Commit

Permalink
Merge branch 'main' into feature/poc-flutter-integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Nov 8, 2023
2 parents fd4cd7c + c34d4d5 commit 3d0d4cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ name: Docs

on:
push:
branches:
- "**"
tags-ignore:
- "*"
- "**"

concurrency:
group: "docs"
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/src/monorepo-architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ icon: material/pencil-ruler

<!-- markdownlint-disable MD025-->
# Monorepo Architecture

TODO, add description and diagram of Monorepo architecture.

0 comments on commit 3d0d4cc

Please sign in to comment.