From ad539f4a7b8f15f23456ceb70f17d338ea1d7403 Mon Sep 17 00:00:00 2001 From: Sergei Blinov Date: Tue, 10 Oct 2023 12:37:52 +0200 Subject: [PATCH] fix python 3.11->3.12 problem --- .github/workflows/deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ad56446..8cf79b5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,6 +1,7 @@ name: Deploy on: + workflow_dispatch: push: branches: - main @@ -22,7 +23,8 @@ jobs: uses: actions/checkout@v4 - name: Setup policy - uses: cuchi/jinja2-action@v1.2.1 + # pin python 3.11 + uses: ajeffowens/jinja2-action@90dab3da2215932ea86d2875224f06bbd6798617 with: template: .ci/s3/policy.json.j2 output_file: site/policy.json