We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b670eea commit 1f45c85Copy full SHA for 1f45c85
README.md
@@ -22,6 +22,7 @@ the directory structure.
22
* Moving/Removing a file
23
* Not updating Confluence pages when there is no change
24
* Add commit link to the new page version
25
+* Add markdown images with url source
26
27
## Example of workflow
28
@@ -41,7 +42,7 @@ jobs:
41
42
- name: Checkout
43
uses: actions/checkout@v2
44
- name: Sync Docs as Code - Confluence
- uses: Bhacaz/docs-as-code-confluence@main
45
+ uses: Bhacaz/docs-as-code-confluence@v1
46
with:
47
folder: docs
48
username: [email protected]
0 commit comments