Skip to content

Commit fb7f2d0

Browse files
authored
Fix links to quarto-publish-example.yml (#24)
1 parent 0e5c0a1 commit fb7f2d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

publish/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Give this token a memorable name, and note the resulting string (or keep this wi
55

66
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.
77

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).
99

1010
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?).
1111

@@ -20,7 +20,7 @@ Give this token a memorable name, and note the resulting string (or keep this wi
2020
2121
## GitHub Pages
2222
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).
2424
2525
2. Configure action to use gh-pages:
2626
@@ -37,7 +37,7 @@ Give this token a memorable name, and note the resulting string (or keep this wi
3737
3838
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.
3939

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).
4141

4242
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?).
4343

0 commit comments

Comments
 (0)