{"id":31660420,"url":"https://github.com/akrck02/papiro-deploy","last_synced_at":"2025-10-07T17:06:50.516Z","repository":{"id":305009086,"uuid":"1021076466","full_name":"akrck02/papiro-deploy","owner":"akrck02","description":"Github action to deploy your markdown documents as a web wiki.","archived":false,"fork":false,"pushed_at":"2025-07-19T16:21:38.000Z","size":22619,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-25T05:46:43.156Z","etag":null,"topics":["github-action","markdown-wiki"],"latest_commit_sha":null,"homepage":"https://akrck02.org/papiro","language":"Go","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/akrck02.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,"zenodo":null}},"created_at":"2025-07-16T21:00:47.000Z","updated_at":"2025-07-19T16:21:42.000Z","dependencies_parsed_at":"2025-07-17T22:53:04.180Z","dependency_job_id":null,"html_url":"https://github.com/akrck02/papiro-deploy","commit_stats":null,"previous_names":["akrck02/papiro-deploy"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/akrck02/papiro-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrck02%2Fpapiro-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrck02%2Fpapiro-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrck02%2Fpapiro-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrck02%2Fpapiro-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akrck02","download_url":"https://codeload.github.com/akrck02/papiro-deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrck02%2Fpapiro-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278811851,"owners_count":26050183,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["github-action","markdown-wiki"],"created_at":"2025-10-07T17:06:48.561Z","updated_at":"2025-10-07T17:06:50.511Z","avatar_url":"https://github.com/akrck02.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Papiro deploy github action\nDeploy your markdown documents as a wiki website on github pages.\n\n## How to install\nCreate a `publish-docs.yaml` file inside the `.github/workflows` directory with the following configuration:\n\n\n```yaml\nname: Publish documents\non:\n  push:\n    branches: [main]\npermissions:\n  contents: write\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: akrck02/papiro-deploy@main\n        with:\n          title: \"title\"              # your project title\n          description: \"description\"  # your project description\n          logo: \"./logo.svg\"          # your logo path (only svg for now)\n          path: \"./your-docs-path\"    # the file with your markdown documents\n          isObsidianProject: false    # if it is an obsidian project\n          showFooter: true            # if the footer of the page must be shown\n          showBreadcrumb: true        # if the breadcrumb of the page must be shown\n          showStartPage: true         # if the start page must be shown\n      - name: Deploy to github actions 🚀\n        uses: JamesIves/github-pages-deploy-action@v4.3.0 # please checkout and give a star to this amazing action.\n        with:\n          branch: gh-pages            # The branch the action should deploy to.\n          folder: .                   # The folder the action should deploy.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakrck02%2Fpapiro-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakrck02%2Fpapiro-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakrck02%2Fpapiro-deploy/lists"}