Skip to content

Refactor imports and remove unused ones #4

Refactor imports and remove unused ones

Refactor imports and remove unused ones #4

Workflow file for this run

name: Build plugin guide
on:
push:
branches: [ "main", "rebuild" ]
workflow_dispatch:
env:
INSTANCE: docs/pluginGuide/wipg
ARTIFACT: webHelpWIPG2-all.zip
DOCKER_VERSION: 232.10275
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v4
with:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
docker-version: ${{ env.DOCKER_VERSION }}
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: artifact
path: artifacts/${{ env.ARTIFACT }}
retention-days: 7