mirror of
https://github.com/modelec/Documentations.git
synced 2026-01-18 16:37:30 +01:00
Create main.yml
This commit is contained in:
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.yml
vendored
Normal file
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user