readme fix
This commit is contained in:
parent
0465a36335
commit
50f23f35bb
33
.github/workflows/build-docs.yml
vendored
33
.github/workflows/build-docs.yml
vendored
@ -1,33 +0,0 @@
|
|||||||
name: Build documentation
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: ["master"]
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
env:
|
|
||||||
INSTANCE: 'Writerside/kleincord'
|
|
||||||
ARTIFACT: 'webHelpHI2-all.zip'
|
|
||||||
DOCKER_VERSION: '241.15989'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Build docs using Writerside Docker builder
|
|
||||||
uses: JetBrains/writerside-github-action@v4
|
|
||||||
with:
|
|
||||||
instance: ${{ env.INSTANCE }}
|
|
||||||
artifact: ${{ env.ARTIFACT }}
|
|
||||||
docker-version: ${{ env.DOCKER_VERSION }}
|
|
||||||
|
|
||||||
- name: Save artifact with build results
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: docs
|
|
||||||
path: |
|
|
||||||
artifacts/${{ env.ARTIFACT }}
|
|
||||||
retention-days: 7
|
|
||||||
@ -1 +1 @@
|
|||||||
[Contribution guidelines for this project](Writerside/topics/)
|
[main docs](Writerside/topics/home.md)
|
||||||
|
|||||||
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
<instance-profile id="kleincord"
|
<instance-profile id="kleincord"
|
||||||
name="Kleincord"
|
name="Kleincord"
|
||||||
start-page="starter-topic.md">
|
start-page="home.md">
|
||||||
|
|
||||||
<toc-element topic="starter-topic.md"/>
|
<toc-element topic="home.md"/>
|
||||||
<toc-element topic="Overview.md"/>
|
<toc-element topic="Overview.md"/>
|
||||||
<toc-element topic="How-to.md"/>
|
<toc-element topic="How-to.md"/>
|
||||||
</instance-profile>
|
</instance-profile>
|
||||||
Loading…
x
Reference in New Issue
Block a user