File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,18 @@ on: [push]
33jobs :
44 publish-nfrs-to-confluence :
55 runs-on : ubuntu-latest
6+ name : Sync Docs as Code - Confluence
67 steps :
7- - uses : actions/checkout@v4
8-
9- - uses : axro-gmbh/markdown-to-confluence-sync@1.4
8+ - name : Checkout
9+ uses : actions/checkout@v4
10+ with :
11+ sparse-checkout : docs
12+ - name : Sync Docs as Code - Confluence
13+ uses : Bhacaz/docs-as-code-confluence@udpate_node
1014 with :
11- input_directory : docs/nfrs
12- # exclude_files: this.md,that.md
13- cloud : nhsd-confluence.digital.nhs.uk
14- space_key : FRS
15- parent_page_id : 1222133740
16- user : ${{ secrets.ATLASSIAN_USERNAME }}
17- token : ${{ secrets.ATLASSIAN_API_TOKEN }}
15+ folder : docs/nfrs
16+ username : ${{ secrets.ATLASSIAN_USERNAME }}
17+ password : ${{ secrets.ATLASSIAN_API_TOKEN }}
18+ confluence-base-url : ${{ secrets.CONFLUENCE_BASE_URL }}
19+ space-key : FRS
20+ parent-page-id : 1222133740
You can’t perform that action at this time.
0 commit comments