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: index.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -506,7 +506,7 @@ You need to define a Github Actions workflow to automate output construction and
506
506
507
507
A few important remarks on automated deployment:
508
508
509
-
- The website is deployed at an URL that depends on the owner and the name of the repository: `https://{REPO_OWNER}.github.io/{REPO_NAME}/`. Don't forget to change the `site-url` in the `_quarto.yml` file of your template to `https://{REPO_OWNER}.github.io/{REPO_NAME}/`.
509
+
- The website is deployed at an URL that depends on the owner and the name of the repository: `https://{Owner}.github.io/{Name}/`. Don't forget to change the `site-url` in the `_quarto.yml` file of your template to `https://{Owner}.github.io/{Name}/`.
510
510
- You can monitor Github Actions jobs in the "Actions" tab of the Github repository of your project. Do not be afraid if your jobs fail at first; getting Github Actions to work often requires some debugging.
0 commit comments