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 30c6b6d commit 5a5a0c0Copy full SHA for 5a5a0c0
examples/quarto-publish-example.yml
@@ -65,4 +65,13 @@ jobs:
65
# target: gh-pages
66
# env:
67
# 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 }}
77
0 commit comments