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: