From f09f122747b19362b43863a545e98c49dd5860fc Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Wed, 15 Nov 2023 14:10:04 +0100 Subject: [PATCH] ci: idk at this point --- .gitea/workflows/server.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/server.yaml b/.gitea/workflows/server.yaml index e3d798b..7f85581 100644 --- a/.gitea/workflows/server.yaml +++ b/.gitea/workflows/server.yaml @@ -4,7 +4,7 @@ on: [ push ] env: # Name of module and id separated by a slash - INSTANCE: Writerside/wiki + INSTANCE: Continuity/wiki # Replace HI with the ID of the instance in capital letters ARTIFACT: webHelpWIKI2-all.zip # Writerside docker image version @@ -41,7 +41,7 @@ jobs: container: catthehacker/ubuntu:act-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: https://github.com/actions/checkout@v3 - name: Build Writerside docs using Docker uses: https://github.com/JetBrains/writerside-github-action@v4 with: