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/documentation/stories/github-pages.md
+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
@@ -9,7 +9,7 @@ Make a note of the user name and project name in GitHub.
9
9
10
10
Then all you need to do is run `ng build --prod --output-path docs --base-href PROJECT_NAME`, where
11
11
`PROJECT_NAME` is the name of your project in GitHub.
12
-
Make a copy of `dist/index.html` and name it `dist/404.html`.
12
+
Make a copy of `docs/index.html` and name it `docs/404.html`.
13
13
14
14
Commit your changes and push. On the GitHub project page, configure it to
15
15
[publish from the docs folder](https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/#publishing-your-github-pages-site-from-a-docs-folder-on-your-master-branch).
0 commit comments