Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
docsteveharris authored Sep 21, 2024
1 parent f23018b commit 53516ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,19 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Load example .env file
uses: xom9ikk/[email protected]
with:
path: ./
mode: example # should load .env.example
load-mode: strict # should fail if .env.example missing

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
path: docs
# path: source-folder # By default, the current working dir is used i.e `quarto render .`
target: gh-pages
allowEmptyValues: true


0 comments on commit 53516ae

Please sign in to comment.