From 94053ae9ec3bcc85bdf4c2eec0b71b3dc23799e7 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 20 Nov 2023 21:58:02 +0100 Subject: [PATCH] Try configure with github url and https --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bf461f3..74ac61a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Rust - uses: github.com/actions-rs/toolchain@v1 + uses: https://github.com/actions-rs/toolchain@v1 with: toolchain: nightly override: true @@ -22,7 +22,7 @@ jobs: run: cargo install cargo-leptos - name: Install Node.js - uses: github.com/actions/setup-node@v4 + uses: https://github.com/actions/setup-node@v4 with: node-version: 19