{"id":22006744,"url":"https://github.com/pulimento/github-action-hugo-deploy-to-firebase","last_synced_at":"2025-05-05T22:40:53.329Z","repository":{"id":65161355,"uuid":"210561314","full_name":"pulimento/github-action-hugo-deploy-to-firebase","owner":"pulimento","description":"GitHub action to build a Hugo site and deploy it to Firebase Hosting","archived":false,"fork":false,"pushed_at":"2020-02-02T23:09:08.000Z","size":15,"stargazers_count":11,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T22:58:52.123Z","etag":null,"topics":["action","blog","firebase","hugo","static-site-generator"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pulimento.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-24T09:15:53.000Z","updated_at":"2023-08-06T06:28:03.000Z","dependencies_parsed_at":"2023-01-05T05:02:51.214Z","dependency_job_id":null,"html_url":"https://github.com/pulimento/github-action-hugo-deploy-to-firebase","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.4285714285714286,"last_synced_commit":"d5de0a686a554d317c866b8c7feeb3dbfdfed124"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulimento%2Fgithub-action-hugo-deploy-to-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulimento%2Fgithub-action-hugo-deploy-to-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulimento%2Fgithub-action-hugo-deploy-to-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulimento%2Fgithub-action-hugo-deploy-to-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pulimento","download_url":"https://codeload.github.com/pulimento/github-action-hugo-deploy-to-firebase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252589518,"owners_count":21772874,"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":["action","blog","firebase","hugo","static-site-generator"],"created_at":"2024-11-30T01:14:27.122Z","updated_at":"2025-05-05T22:40:53.269Z","avatar_url":"https://github.com/pulimento.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action - Hugo and Firebase\n\nThis GitHub action build a [Hugo](https://gohugo.io) site, and uploads it to [Firebase Hosting](https://firebase.google.com/docs/hosting/)\n\n- Hugo is a popular static-site generator, that allows you to create a template-based site, and your content is written in Markdown\n- Firebase hosting is a cheap option to host your static sites (it has nice things, as a CDN and free HTTPs certs). It's not even needed, you can get the same with [GitHub Pages](https://pages.github.com/)\n\nIt needs a Firebase token. You can obtain it installing [firebase-tools](https://github.com/firebase/firebase-tools) and doing `firebase login-ci`.\n\nAs the Firebase token is sensitive info, you must save it in a [GitHub secret](https://help.github.com/es/articles/virtual-environments-for-github-actions#naming-conventions)\n\nA simple workload using this action would be something like:\n\n````  \non: [push]\nname: Publish blog\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v1\n      with:\n        submodules: true\n    - uses: pulimento/github-action-hugo-deploy-to-firebase@master\n      with:\n        firebase-token: ${{ secrets.secret_firebase_token }}\n        alias: ${{ some_alias }} // OPTIONAL\n````\n\nHappy hacking!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulimento%2Fgithub-action-hugo-deploy-to-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulimento%2Fgithub-action-hugo-deploy-to-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulimento%2Fgithub-action-hugo-deploy-to-firebase/lists"}