From bec874b929e20b783a525f9f7a1f67d690c3e013 Mon Sep 17 00:00:00 2001 From: Ivan Izaguirre Date: Sun, 4 Feb 2024 20:17:52 +0100 Subject: [PATCH] Experiments with github actions --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c14f56a..b7ee783 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout - uses: actions/ckeckout@v4 + uses: actions/checkout@v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable