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: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,10 @@ The MkDocs deployment guide explains that user/organization Pages deployments wi
25
25
Instead, publishing is handled by GitHub Actions in [`.github/workflows/pages.yml`](/home/meka/repos/freenit-framework.github.io/.github/workflows/pages.yml). On each push to `master`, the workflow:
26
26
27
27
1. installs MkDocs and the required plugins,
28
-
2. builds the site with `mkdocs build --strict`,
29
-
3. deploys the generated `site/` output to GitHub Pages.
28
+
2. checks out and builds the `freenit-framework/designer` repository,
29
+
3. builds the site with `mkdocs build --strict`,
30
+
4. copies the designer static build into `site/design/`,
31
+
5. deploys the generated `site/` output to GitHub Pages.
0 commit comments