From 324483a117238c7f118fd1dcd25623e8550ee6f3 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:37:02 +0200 Subject: [PATCH] chore: use static-websites action master branch again --- .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 a942cae0..d48a4c7d 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@chore-update-static-website-action-to-ubuntu-24 + uses: rust-lang/simpleinfra/github-actions/static-websites@master with: deploy_dir: output github_token: "${{ secrets.github_token }}"