Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit cae55b6

Browse files
chore: sync from estate catalog
Estate Catalog commit: bitsoex/estate-catalog@d8d8697 Estate Catalog Artefacts commit: bitsoex/estate-catalog-artefacts@b9be035
1 parent af9da4d commit cae55b6

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/push-docs-to-confluence.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,28 @@ jobs:
1414
- name: Check if mark.toml exists
1515
run: 'test -f mark.toml || (echo ''Error: mark.toml not found in the docs folder'' && exit 1)'
1616
working-directory: ./docs
17-
- name: Convert markdown docs to confluence
17+
- if: ${{ github.event_name == 'pull_request' }}
18+
name: Test markdown docs to confluence
19+
run: mark --config mark.toml --dry-run
20+
working-directory: ./docs
21+
- if: ${{ github.event_name == 'push' }}
22+
name: Convert markdown docs to confluence
1823
run: mark --config mark.toml
1924
working-directory: ./docs
2025
- name: Notify success
2126
run: echo 'Successfully pushed documentation to Confluence'
2227
name: Push Documentation to Confluence
2328
"on":
29+
pull_request:
30+
branches:
31+
- main
32+
- master
33+
paths:
34+
- docs/**
35+
types:
36+
- opened
37+
- synchronize
38+
- reopened
2439
push:
2540
branches:
2641
- main

0 commit comments

Comments
 (0)