# repos_asf_incubator-nuttx-website **Repository Path**: mirrors_community_gitbox_apache/repos_asf_incubator-nuttx-website ## Basic Information - **Project Name**: repos_asf_incubator-nuttx-website - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # How to update the project's web site ## Running locally Before opening a pull request, you can preview your contributions by running from within the directory: ``` 1. bundle exec jekyll serve 2. Open [http://localhost:4000](http://localhost:4000) ``` ## Pushing to site Site is updated by a CI job that runs the `publish.sh` script. Once this runs it the results will be visible [here](https://nuttx.apache.org). ### Force Deployment If a dependency has changed such as the external documentation you may need to force the deployment CI to run. This can be done from the [CI Actions](https://github.com/apache/incubator-nuttx-website/actions?query=workflow%3ACI) tab and selecting **Run workflow** -> **Branch: master** --> **Run workflow** ![Trigger Workflow](ci-workflow.png) ## Adding contributors To add a contributor to the project, or to modify existing contributors, edit `site/_data/contributors.yml`. The [project members](http://localhost:4000/community.html#project-members) list will re-generate.