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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
[](https://github.com/openfedem/openfedem.org/actions/workflows/build-website.yml)
2
+
2
3
[<imgalt="Deployed with FTP Deploy Action"src="https://img.shields.io/badge/Deployed With-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=2b9348">](https://github.com/SamKirkland/FTP-Deploy-Action)
3
4
4
5
# Open FEDEM Website
@@ -76,8 +77,11 @@ Publishing new website content can only be performed using the OpenFEDEM website
76
77
77
78
Build a local static version with `mkdocs build`.
78
79
This will create or update a `site` directory where all the files to be pushed to the web server are located.
79
-
This can be done from [one.com](https://www.one.com)'s file browser, alternatively using SFTP.
80
-
Visit `one.com`'s user guide for more information.
80
+
This can be done manually from [one.com](https://www.one.com)'s file browser, alternatively using FTP.
81
+
Visit one.com's [User guide](https://help.one.com/hc/en-us/categories/360002171437-Hosting) for more information.
82
+
83
+
The github action [Build home page](https://github.com/openfedem/openfedem.org/actions/workflows/build-website.yml)
84
+
will do this automatically whenever an update is pushed to the main branch of this repository.
0 commit comments