Skip to content

Commit

Permalink
Add example of confluence publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv authored Feb 1, 2024
1 parent 30c6b6d commit 5a5a0c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/quarto-publish-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,13 @@ jobs:
# target: gh-pages
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions

# - name: Publish to confluence
# uses: quarto-dev/quarto-actions/publish@v2
# with:
# target: confluence
# env:
# CONFLUENCE_USER_EMAIL: ${{ secrets.CONFLUENCE_USER_EMAIL }}
# CONFLUENCE_AUTH_TOKEN: ${{ secrets.CONFLUENCE_AUTH_TOKEN }}
# CONFLUENCE_DOMAIN: ${{ secrets.CONFLUENCE_DOMAIN }}

0 comments on commit 5a5a0c0

Please sign in to comment.