This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 43a5b47505 Improving the instructions for updating example dag paths 
(#32771)
43a5b47505 is described below

commit 43a5b4750590bf43bb59cc7bd8377934737f63e8
Author: Amogh Desai <[email protected]>
AuthorDate: Sat Jul 22 18:17:24 2023 +0530

    Improving the instructions for updating example dag paths (#32771)
---
 dev/example_dags/README.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/dev/example_dags/README.md b/dev/example_dags/README.md
index 369cf460d6..aef1dddcaa 100644
--- a/dev/example_dags/README.md
+++ b/dev/example_dags/README.md
@@ -17,5 +17,18 @@
  under the License.
  -->
 
-Run this script in a `docs-archive` folder of checked out 
`github.com:apache/airflow-site.git` repo
+Run this script in a `docs-archive` folder of checked out `airflow-site` repo
 to refresh links to example dags to the right versions.
+
+Instructions:
+
+```shell script
+git clone https://github.com/apache/airflow-site.git airflow-site
+cd airflow-site
+export AIRFLOW_SITE_DIRECTORY="$(pwd)"
+
+cd -
+cp update_example_dags_paths.py $AIRFLOW_SITE_DIRECTORY/docs-archive
+cd $AIRFLOW_SITE_DIRECTORY/docs-archive
+python update_example_dags_paths.py
+```

Reply via email to