From 7ec93bed160dcd6dcb93e73915145af340d71374 Mon Sep 17 00:00:00 2001 From: MCorange Date: Fri, 20 Feb 2026 06:35:49 +0200 Subject: [PATCH] SPecify full path to repo --- .gitea/workflows/neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/neocities.yml b/.gitea/workflows/neocities.yml index 3d20966..3e46aed 100644 --- a/.gitea/workflows/neocities.yml +++ b/.gitea/workflows/neocities.yml @@ -16,7 +16,7 @@ jobs: steps: # The checkout step copies your repo into the action runner. Important! - - uses: Autisticats/website@main + - uses: https://git.mcorangehq.xyz/Autisticats/website@main # Set up any tools and build steps here # This example uses a Node.js toolchain to build a site # If you don't need Node.js to build your site, you can omit this.