NarmalaSk opened a new pull request, #1161: URL: https://github.com/apache/airflow-site/pull/1161
This pull request introduces the following changes: Python Script: I have replaced the existing site.sh with a Python script (site.py) using argparse for argument parsing, which improves flexibility and maintainability. Reason for Change: I addressed issues with outdated libraries and configurations in the Node.js Airflow site during the build process. Workflow Update: I have updated the GitHub Actions workflows to use site.py instead of site.sh. Future Plans: I will start the migration of the Airflow site to the Pelican static site builder in a separate branch. After testing, I will work towards replacing the current site with the Python-based static site. If the Python static site is in already development, I will contribute to it and refactor site.py for compatibility. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
