gh-actions-lua
gh-actions-lua copied to clipboard
Implement Mirror Support for Planned lua.org Outages #47
This pull request aims to address the issue #47, where the action fails due to planned outages at lua.org.
A mirror is available at https://www.tecgraf.puc-rio.br/lua/mirror/ and this PR modifies the main.js file to take this mirror into account during the outage periods.
Changes Made:
- Updated the URL in main.js to switch to the mirror URL when lua.org is down.
Please review the changes and let me know if any modifications are required.