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: docs/docs/features/deploy.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ If an existing repo is selected, the content of the `gh-pages` branch (if existi
16
16
17
17
If the option `Commit source code` is enabled, the source code will be deployed to the directory `/src`.
18
18
19
-
The code for the result page (and source code) is deployed as separate files for markup (`/index.html`), styles (`style.css`) and script (`script.js`). This allows re-use of these resources in other projects. Of course, multiple projects can be deloyed and linked to each other to act like a multi-page website.
19
+
The code for the result page (and source code) is deployed as separate files for markup (`/index.html`), styles (`style.css`) and script (`script.js`). This allows re-use of these resources in other projects. Of course, multiple projects can be deployed and linked to each other to act like a multi-page website.
20
20
21
21
The LiveCodes app will remember the repo used to deploy each project, so that later updates to the project can be deployed to the same repo.
0 commit comments