{"id":15107041,"url":"https://github.com/kjuly/mkdocs-page-publisher","last_synced_at":"2026-02-18T19:01:20.147Z","repository":{"id":238303073,"uuid":"796265135","full_name":"Kjuly/mkdocs-page-publisher","owner":"Kjuly","description":"Github Action to deploy MkDocs source files as Github Pages, supporting multiple config files.","archived":false,"fork":false,"pushed_at":"2024-07-02T13:08:56.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T03:55:31.232Z","etag":null,"topics":["build","deploy","github-action","github-pages","i18n","mkdocs","publish"],"latest_commit_sha":null,"homepage":"","language":null,"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-05T12:48:14.000Z","updated_at":"2024-07-02T13:08:38.000Z","dependencies_parsed_at":"2024-09-16T07:02:39.731Z","dependency_job_id":null,"html_url":"https://github.com/Kjuly/mkdocs-page-publisher","commit_stats":null,"previous_names":["kjuly/mkdocs-page-publisher"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Kjuly/mkdocs-page-publisher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fmkdocs-page-publisher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fmkdocs-page-publisher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fmkdocs-page-publisher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fmkdocs-page-publisher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kjuly","download_url":"https://codeload.github.com/Kjuly/mkdocs-page-publisher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kjuly%2Fmkdocs-page-publisher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29590680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","deploy","github-action","github-pages","i18n","mkdocs","publish"],"created_at":"2024-09-25T21:04:04.472Z","updated_at":"2026-02-18T19:01:20.124Z","avatar_url":"https://github.com/Kjuly.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# mkdocs-page-publisher\nGithub Action to deploy MkDocs source files as Github Pages, supporting multiple config files.\n\nA template ([mkdocs-template](https://github.com/Kjuly/mkdocs-template)) is available as a demo.\n\n## Usage\nThe `mkdocs.yml` in the root directory will be used by default.\n```yaml\n# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages\npermissions:\n  contents: read\n  pages: write\n  id-token: write\n\njobs:\n  publish:\n    name: Publish MkDocs Pages\n    environment:\n      name: github-pages\n      url: ${{ steps.deployment.outputs.page_url }}\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n      - name: Publish Pages\n        id: deployment\n        uses: Kjuly/mkdocs-page-publisher@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-publisher@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\nIf you just want to build pages and deploy to other page hosts, you can use [MkDocs Page Builder][mkdocs-page-builder].\n\n\n  [mkdocs-page-builder]: https://github.com/Kjuly/mkdocs-page-builder\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjuly%2Fmkdocs-page-publisher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkjuly%2Fmkdocs-page-publisher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjuly%2Fmkdocs-page-publisher/lists"}