{"id":15107040,"url":"https://github.com/kjuly/mkdocs-page-builder","last_synced_at":"2025-04-05T13:41:32.438Z","repository":{"id":238404666,"uuid":"796481245","full_name":"Kjuly/mkdocs-page-builder","owner":"Kjuly","description":"Github Action to build MkDocs source files as static pages, supporting multiple config files.","archived":false,"fork":false,"pushed_at":"2024-07-02T10:23:04.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T09:43:36.248Z","etag":null,"topics":["build","github-action","github-pages","i18n","mkdocs"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kjuly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-06T02:58:38.000Z","updated_at":"2024-07-02T10:22:41.000Z","dependencies_parsed_at":"2024-05-14T13:56:29.897Z","dependency_job_id":"9f4c1066-ba7f-49c7-965c-694debf2b8b6","html_url":"https://github.com/Kjuly/mkdocs-page-builder","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"8701db520d54ed7c80b5247c48759b7bd21541ef"},"previous_names":["kjuly/mkdocs-page-builder"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fmkdocs-page-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fmkdocs-page-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fmkdocs-page-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fmkdocs-page-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kjuly","download_url":"https://codeload.github.com/Kjuly/mkdocs-page-builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345703,"owners_count":20924098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build","github-action","github-pages","i18n","mkdocs"],"created_at":"2024-09-25T21:04:04.429Z","updated_at":"2025-04-05T13:41:32.414Z","avatar_url":"https://github.com/Kjuly.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mkdocs-page-builder\nGithub Action to build MkDocs source files as static pages, supporting multiple config files.\n\n## Usage\n\nThe `mkdocs.yml` in the root directory will be used by default.\n```yaml\njobs:\n  build:\n    name: Build MkDocs Pages\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n      - name: Build Pages\n        uses: Kjuly/mkdocs-page-builder@main\n        with:\n          requirements_file: requirements.txt\n```\n\nIf you have multiple config files to handle multi-languages, you can provide `config_files`:\n```yaml\nuses: Kjuly/mkdocs-page-builder@main\nwith:\n  requirements_file: requirements.txt\n  config_files: |-\n    config/en/mkdocs.yml\n    config/zh-Hans/mkdocs.yml\n```\n\n---\n\nThe build page will be stored in `${{ github.workspace }}/build`.\n\nFor output usage, please refer to [MkDocs Page Publisher][mkdocs-page-publisher], which will publish to Github Pages.\n\n\n  [mkdocs-page-publisher]: https://github.com/Kjuly/mkdocs-page-publisher\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjuly%2Fmkdocs-page-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkjuly%2Fmkdocs-page-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjuly%2Fmkdocs-page-builder/lists"}