You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/07 02:30:40 UTC

[GitHub] [airflow-site] Bowrna commented on pull request #623: Remove Bash from the process of building the site

Bowrna commented on PR #623:
URL: https://github.com/apache/airflow-site/pull/623#issuecomment-1374354911

   @potiuk @mik-laj 
   https://github.com/apache/airflow-site/blob/main/landing-pages/check-links.sh#L65
   
   `mapfile -t links < <(printf '%s\n' "${pages[@]}" | xargs -n 1 lynx -listonly -nonumbers -dump | grep -v " ")
   `
   Here to check the site links, we rely on the lynx command to get the clean url from the html file. Could i use the same command in python or is there any other way that helps to get the url in clean way?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org