From 292e521358ef11c5d1ae1796d3bc7251e390f76a Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:43:02 +0200 Subject: [PATCH] chore: test static-websites action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d48a4c7d..a942cae0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: cargo run --release - name: Deploy to production - uses: rust-lang/simpleinfra/github-actions/static-websites@master + uses: rust-lang/simpleinfra/github-actions/static-websites@chore-update-static-website-action-to-ubuntu-24 with: deploy_dir: output github_token: "${{ secrets.github_token }}"