Skip to content

Commit c1b50d3

Browse files
authored
s/RStudio/Posit/g (#90)
1 parent c70b2f8 commit c1b50d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: publish/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ Give this token a memorable name, and note the resulting string (or keep this wi
3636
target: gh-pages
3737
```
3838

39-
## RStudio Connect
39+
## Posit Connect
4040

41-
1. Create RStudio Connect auth token. After logging in to your RStudio Connect server, click on your username on the top right. A sidebar should slide in from the right. Click on "API keys". On the new page, click on the "New API Key" button. Give it a memorable name and note the resulting string (or keep this browser window open).
41+
1. Create Posit Connect auth token. After logging in to your Posit Connect server, click on your username on the top right. A sidebar should slide in from the right. Click on "API keys". On the new page, click on the "New API Key" button. Give it a memorable name and note the resulting string (or keep this browser window open).
4242

43-
2. Add RStudio Connect auth token to your GitHub repository. Go to the GitHub webpage for the repository that will be using this GitHub Action. Click on "Settings". On the new page, click on "Secrets", then on the dropdown "Actions". Now, on the right-hand tab, click on the "New repository secret" button to the right of the title "Actions secrets". For the "Name" field, use `CONNECT_API_KEY`, and for the "Value" field, paste the string you got from step 1.
43+
2. Add Posit Connect auth token to your GitHub repository. Go to the GitHub webpage for the repository that will be using this GitHub Action. Click on "Settings". On the new page, click on "Secrets", then on the dropdown "Actions". Now, on the right-hand tab, click on the "New repository secret" button to the right of the title "Actions secrets". For the "Name" field, use `CONNECT_API_KEY`, and for the "Value" field, paste the string you got from step 1.
4444

4545
3. Add the GitHub Actions workflow to your project. (Use [quarto-publish-example.yml](https://github.com/quarto-dev/quarto-actions/blob/main/examples/quarto-publish-example.yml) as an example).
4646

4747
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.
4848

49-
5. Configure action to use RStudio Connect:
49+
5. Configure action to use Posit Connect:
5050

5151
```yaml
52-
- name: Publish to RStudio Connect (and render)
52+
- name: Publish to Posit Connect (and render)
5353
uses: quarto-dev/quarto-actions/publish@v2
5454
with:
5555
target: connect

0 commit comments

Comments
 (0)