Skip to content

Commit 5a5a0c0

Browse files
authored
Add example of confluence publishing
1 parent 30c6b6d commit 5a5a0c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/quarto-publish-example.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,13 @@ jobs:
6565
# target: gh-pages
6666
# env:
6767
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
68+
69+
# - name: Publish to confluence
70+
# uses: quarto-dev/quarto-actions/publish@v2
71+
# with:
72+
# target: confluence
73+
# env:
74+
# CONFLUENCE_USER_EMAIL: ${{ secrets.CONFLUENCE_USER_EMAIL }}
75+
# CONFLUENCE_AUTH_TOKEN: ${{ secrets.CONFLUENCE_AUTH_TOKEN }}
76+
# CONFLUENCE_DOMAIN: ${{ secrets.CONFLUENCE_DOMAIN }}
6877

0 commit comments

Comments
 (0)