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
stevenj authored Nov 9, 2023
2 parents c0d11f7 + 4fc35c2 commit 655d5d4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
29 changes: 24 additions & 5 deletions .github/workflows/branch-delete-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
name: Branch Deleted

on: delete
# cspell: words earthfile

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

concurrency:
group: "docs"
cancel-in-progress: false

permissions:
id-token: write
contents: write
packages: write

jobs:
delete:
name: On branch deleted
if: github.event.ref_type == 'branch'
uses: input-output-hk/catalyst-ci/.github/workflows/branch-delete-cleanup.yml@v2.0.6
ci:
uses: input-output-hk/catalyst-ci/.github/workflows/branch-pages-delete.yml@master
with:
aws_role_arn: arn:aws:iam::332405224602:role/ci
aws_region: eu-central-1
ci_cli_version: 1.3.1
earthfile: ./docs
target: docs
secrets:
earthly_runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
earthly_runner_secret: ${{ secrets.EARTHLY_RUNNER_SECRET }}
2 changes: 2 additions & 0 deletions docs/src/catalyst-standards/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ icon: material/pillar

<!-- markdownlint-disable MD025-->
# Catalyst Standards

These are documents that relate to standardized specifications of the catalyst stack.

0 comments on commit 655d5d4

Please sign in to comment.