Skip to content

Commit e65ca03

Browse files
authored
Fix documentation
1 parent 33492a6 commit e65ca03

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

publish/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Give this token a memorable name, and note the resulting string (or keep this wi
1616
uses: quarto-dev/quarto-actions/publish@v2
1717
with:
1818
target: netlify
19+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
1920
```
2021
2122
## GitHub Pages
@@ -41,13 +42,15 @@ Give this token a memorable name, and note the resulting string (or keep this wi
4142

4243
4. Add `_publish.yml` to your repository. Quarto stores publishing metadata information in `_publish.yml`. To create this file, run `quarto publish connect` locally once (TODO: how does this work in IDE?).
4344

44-
5. Configure action to use gh-pages:
45+
5. Configure action to use RStudio Connect:
4546

4647
```yaml
47-
- name: Publish to Netlify (and render)
48+
- name: Publish to RStudio Connect (and render)
4849
uses: quarto-dev/quarto-actions/publish@v2
4950
with:
50-
target: gh-pages
51+
target: connect
52+
CONNECT_SERVER: enter-your-server-url-here
53+
CONNECT_API_KEY: ${{ secrets.CONNECT_API_KEY }}
5154
```
5255

5356

0 commit comments

Comments
 (0)