diff --git a/.github/workflows/branch-delete-cleanup.yml b/.github/workflows/branch-delete-cleanup.yml index 486849acc33..6d148d623fb 100644 --- a/.github/workflows/branch-delete-cleanup.yml +++ b/.github/workflows/branch-delete-cleanup.yml @@ -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 }} diff --git a/docs/src/catalyst-standards/index.md b/docs/src/catalyst-standards/index.md index 8cd5a72972c..3e1970666cf 100644 --- a/docs/src/catalyst-standards/index.md +++ b/docs/src/catalyst-standards/index.md @@ -4,3 +4,5 @@ icon: material/pillar # Catalyst Standards + +These are documents that relate to standardized specifications of the catalyst stack.