actions-hugo
actions-hugo copied to clipboard
feat: Add api.github as data source
Process
- The action fetches the latest version from api.github (retrying n times)
- If the previous step fails, it fetches from brew.sh (retrying n times)
- If the previous step fails, it returns an error and finishes.
TODO
- Add
replace('v', '') - Add test