Skip to content

Commit

Permalink
docs(docs): Use proper docs action, and also add branch cleanup for b…
Browse files Browse the repository at this point in the history
…ranch docs
  • Loading branch information
stevenj committed Nov 4, 2023
1 parent 6c82887 commit a495586
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/branch-delete-cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Branch Deleted

on: delete

jobs:
delete:
name: On branch deleted
if: github.event.ref_type == 'branch'
uses: input-output-hk/catalyst-ci/.github/workflows/branch-delete-cleanup.yml@master
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
ci:
uses: input-output-hk/catalyst-ci/.github/workflows/pages2.yml@feat/docs3
uses: input-output-hk/catalyst-ci/.github/workflows/pages.yml@feat/docs3
with:
aws_role_arn: arn:aws:iam::332405224602:role/ci
aws_region: eu-central-1
Expand Down

0 comments on commit a495586

Please sign in to comment.