nutanix / nutanix.ansible

Official Nutanix Ansible collections
GNU General Public License v3.0
64 stars 36 forks source link

[Bug] Github page deployment action is failing. #383

Open bhati-pradeep opened 1 year ago

bhati-pradeep commented 1 year ago

Describe the bug Nutanix Ansible provider Github page is not getting updated as per main branch changes. Action to deploy it is failing. Action : https://github.com/nutanix/nutanix.ansible/actions/runs/5276990802/jobs/9544435744 Github Page: https://nutanix.github.io/nutanix.ansible/

Expected behavior Github page should be in sync with the main branch.

bhati-pradeep commented 11 months ago

https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll

bhati-pradeep commented 10 months ago

Locally jekyll build passes with no error but fails when the github actions is used for building webpage. Will collect more info and create a new ticket for exploring other options to having this action run in PRs to detect this issues early.

bhati-pradeep commented 10 months ago

Raised issue at jekyll : https://github.com/jekyll/jekyll/issues/9487