Skip to content

Added ManualAuthoring Bedienung - Lernwelt bearbeiten #65

Added ManualAuthoring Bedienung - Lernwelt bearbeiten

Added ManualAuthoring Bedienung - Lernwelt bearbeiten #65

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v4
with:
instance: ${{ vars.WRITERSIDE_WORKFLOW_INSTANCE }}
artifact: ${{ vars.WRITERSIDE_WORKFLOW_ARTIFACT }}
docker-version: ${{ vars.WRITERSIDE_WORKFLOW_DOCKER_VERSION }}
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: docs
path: |
artifacts/${{ vars.WRITERSIDE_WORKFLOW_ARTIFACT }}
retention-days: 7