You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: publish/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Give this token a memorable name, and note the resulting string (or keep this wi
5
5
6
6
2. Add Netlify auth token to your repository's secrets. Go to the repository that will be using this GHA. 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 `NETLIFY_AUTH_TOKEN`, and for the "Value" field, paste the string you got from step 1.
7
7
8
-
3. Add the GitHub Actions workflow to your project. (Use [quarto-publish-example.yml](quarto-publish-example.yml) as an example).
8
+
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).
9
9
10
10
4. Add `_publish.yml` to your repository. Quarto stores publishing metadata information in `_publish.yml`. To create this file, run `quarto publish netlify` locally once (TODO: how does this work in IDE?).
11
11
@@ -20,7 +20,7 @@ Give this token a memorable name, and note the resulting string (or keep this wi
20
20
21
21
## GitHub Pages
22
22
23
-
1. Add the GitHub Actions workflow to your project. (Use [quarto-publish-example.yml](quarto-publish-example.yml) as an example).
23
+
1. 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).
24
24
25
25
2. Configure action to use gh-pages:
26
26
@@ -37,7 +37,7 @@ Give this token a memorable name, and note the resulting string (or keep this wi
37
37
38
38
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.
39
39
40
-
3. Add the GitHub Actions workflow to your project. (Use [quarto-publish-example.yml](quarto-publish-example.yml) as an example).
40
+
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).
41
41
42
42
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?).
0 commit comments