Skip to content

Commit e61e6c4

Browse files
authored
fix example for QUARTO_PROFILE in publish doc
closes #127
1 parent 58e691f commit e61e6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publish/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ The `with` parameter can also be set to configure the following
9999

100100
```yaml
101101
- name: Render Quarto Project
102-
uses: quarto-dev/quarto-actions/render@v2
102+
uses: quarto-dev/quarto-actions/publish@v2
103103
env:
104104
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
105105
QUARTO_PROFILE: preview
106106
with:
107107
target: gh-pages
108-
```
108+
```

0 commit comments

Comments
 (0)