{"id":21089461,"url":"https://github.com/id1945/angular-deploy-github","last_synced_at":"2026-02-02T06:03:05.583Z","repository":{"id":43727491,"uuid":"442213127","full_name":"id1945/angular-deploy-github","owner":"id1945","description":"Github action deploy to gh-page - DaiDH","archived":false,"fork":false,"pushed_at":"2023-03-25T15:12:23.000Z","size":45654,"stargazers_count":0,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-24T18:50:46.563Z","etag":null,"topics":["autodeploy","cicd","pieline","runner"],"latest_commit_sha":null,"homepage":"https://id1945.github.io/angular-deploy-github/","language":"HTML","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/id1945.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":"2021-12-27T16:30:35.000Z","updated_at":"2021-12-29T14:58:37.000Z","dependencies_parsed_at":"2024-11-19T21:39:43.117Z","dependency_job_id":null,"html_url":"https://github.com/id1945/angular-deploy-github","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/id1945/angular-deploy-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/id1945%2Fangular-deploy-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/id1945%2Fangular-deploy-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/id1945%2Fangular-deploy-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/id1945%2Fangular-deploy-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/id1945","download_url":"https://codeload.github.com/id1945/angular-deploy-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/id1945%2Fangular-deploy-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["autodeploy","cicd","pieline","runner"],"created_at":"2024-11-19T21:29:08.742Z","updated_at":"2026-02-02T06:03:05.559Z","avatar_url":"https://github.com/id1945.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy gh-pages github\n\n```yml\nname: Build and Deploy\non:\n  push:\n    branches:\n      - main\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n    - name: All things angular\n      uses: AhsanAyaz/angular-deploy-gh-pages-actions@v1.3.2 ## replace by latest version without it you will see Expected format {org}/{repo}[/path]@ref. Actual 'AhsanAyaz/angular-deploy-gh-pages-actions',Input string was not in a correct format.\n      with:\n        github_access_token: ${{ secrets.ACCESS_TOKEN }} # see the Configuration section for how you can create secrets\n        build_configuration: production # The build environment for the app. please look configurations in your angular.json\n        base_href: /angular-deploy-github/   # make sure this corresponds to https://\u003cyour_username\u003e.github.io/\u003cbase_href\u003e/\n        deploy_branch: gh-pages # The branch the action should deploy to.\n        angular_dist_build_folder: dist/angular-deploy-github # The folder where your project is supposed to be after running ng build by the action.\n```\n\n## New repository secret \nhttps://github.com/id1945/angular-deploy-github/settings/secrets/actions\n```\nName: ACCESS_TOKEN\nSecret: Any characters\n```\n\n## After deploy\nhttps://id1945.github.io/angular-deploy-github\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fid1945%2Fangular-deploy-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fid1945%2Fangular-deploy-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fid1945%2Fangular-deploy-github/lists"}