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 58e691f commit e61e6c4Copy full SHA for e61e6c4
publish/README.md
@@ -99,10 +99,10 @@ The `with` parameter can also be set to configure the following
99
100
```yaml
101
- name: Render Quarto Project
102
- uses: quarto-dev/quarto-actions/render@v2
+ uses: quarto-dev/quarto-actions/publish@v2
103
env:
104
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
105
QUARTO_PROFILE: preview
106
with:
107
target: gh-pages
108
-```
+```
0 commit comments