From a5ee53276e8c8f42a9ed48cb5d2de911ab4ec1d0 Mon Sep 17 00:00:00 2001 From: enchantuer <31900604+enchantuer@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:04:32 +0100 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..0b57352 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,14 @@ + - name: Build Writerside docs using Docker + # You may pin to the exact commit or the version. + # uses: JetBrains/writerside-github-action@3ff1261bf37fa87d1fbbf4e2f266ea67b910344a + uses: JetBrains/writerside-github-action@v4 + with: + # Writerside docker image version + docker-version: # optional + # Writerside documentation module location + location: # optional, default is + # Module name and instance ID + instance: + # Archive to store as artifact + artifact: +