You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Publish the documentation to the `staging` S3 bucket.
757
797
758
798
The release manager publishes the documentation using GitHub Actions workflow
759
-
[Publish Docs to S3](https://github.com/apache/airflow/actions/workflows/publish-docs-to-s3.yml). By default
760
-
`auto` selection should publish to the `live` bucket - based on
799
+
[Publish Docs to S3](https://github.com/apache/airflow/actions/workflows/publish-docs-to-s3.yml). By default `auto` selection should publish to the `staging` bucket - based on
761
800
the tag you use - pre-release tags go to staging. But you can also override it and specify the destination
762
801
manually to be `live` or `staging`.
763
802
764
-
After that step, the provider documentation should be available under the https://airflow.apache.org
765
-
(same as in the helm chart documentation).
803
+
You should specify 'helm-chart' passed as packages to be built.
804
+
805
+
After that step, the provider documentation should be available under https://airflow.stage.apache.org//
806
+
URL (RC PyPI packages are build with the staging urls) but stable links and drop-down boxes are not updated yet.
766
807
767
-
2.Invalidated Fastly cache for the documentation.
808
+
2.Invalidate Fastly cache, update version drop-down and stable links with the new versions of the documentation.
768
809
769
810
In order to do it, you need to run the [Build docs](https://github.com/apache/airflow-site/actions/workflows/build.yml)
770
-
workflow in `airflow-site` repository. Make sure to use `main` branch.
811
+
workflow in `airflow-site` repository - but make sure to use `staging` branch.
771
812
772
813
After that workflow completes, the new version should be available in the drop-down list and stable links
773
-
should be updated and Fastly cache should be invalidated.
814
+
should be updated, also Fastly cache will be updated
0 commit comments