From 7543e4948296005452312f104a969d4186eb15e7 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 16 Jan 2025 19:06:46 -0500 Subject: [PATCH] Add 2.17 Signed-off-by: Peter Zhu --- .github/workflows/site-publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/site-publish.yml diff --git a/.github/workflows/site-publish.yml b/.github/workflows/site-publish.yml new file mode 100644 index 0000000000..dc586edf72 --- /dev/null +++ b/.github/workflows/site-publish.yml @@ -0,0 +1,7 @@ +name: Publish Documentation Website +on: + push: + +jobs: + site-publish: + uses: peterzhuamazon/documentation-website/.github/workflows/jekyll-deploy.yml@main