This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
from 0b83ae1fba Make videos in meeetups page work with privacy in mind
add 1453da424c Remove the banner with survey
add 51689e7d4f Remove typo from Banner (#1267)
add aedde523bc Announce Apache Airflow 3.1.2 & Task SDK 1.1.2 (#1268)
add 6c9a931da1 0.1.0 Adding airflowctl to docs index page (#1269)
add 1f2a0395d5 Add announcement about Airflow CTL 0.1.0 (#1271)
add 743208832f Modernize CI setup for airflow-site (#1272)
add ab1b0e196d Add cooldown on upgrade of NPM and write permission for
publishing (#1274)
add 8f2e1727dd Properly persist credentials
No new revisions were added by this update.
Summary of changes:
.dockerignore => .github/dependabot.yml | 21 +-
.github/workflows/build.yml | 56 +-
.github/workflows/upgrade.yml | 89 +
.gitmodules | 3 -
.pre-commit-config.yaml | 42 +-
CONTRIBUTE.md | 15 +-
landing-pages/.pre-commit-config.yaml | 46 +
landing-pages/package-lock.json | 15540 +++++++++++++++++++
landing-pages/package.json | 2 +-
.../site/content/en/announcements/_index.md | 22 +
landing-pages/site/content/en/docs/_index.md | 5 +
landing-pages/site/layouts/partials/navbar.html | 6 +-
landing-pages/yarn.lock | 2325 ++-
.../sphinx_airflow_theme/header.html | 5 +-
14 files changed, 16933 insertions(+), 1244 deletions(-)
copy .dockerignore => .github/dependabot.yml (77%)
create mode 100644 .github/workflows/upgrade.yml
create mode 100644 landing-pages/.pre-commit-config.yaml
create mode 100644 landing-pages/package-lock.json