From d3d791394b1224256c4fd4423dbf5ff89f9fbc15 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Thu, 03 Oct 2024 06:57:56 +0000
Subject: [PATCH] minor docs glitches fix (#420)
---
.github/workflows/release.yml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4649beb..2eb1b62 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -103,8 +103,9 @@
GITHUB_TOKEN: ${{ github.token }}
run: |
cd ${{ github.event.repository.name }}.wiki
- rm -rf docbkx
- cp -R ../opendj-doc-generated-ref/target/docbkx ../${{ github.event.repository.name }}.wiki
+ rm -rf asciidoc
+ mkdir asciidoc
+ cp -R ../opendj-doc-generated-ref/target/asciidoc/pdf ../${{ github.event.repository.name }}.wiki/asciidoc
git add -A
git commit -a -m "upload docs after release ${{ github.event.inputs.releaseVersion }}"
git tag -f ${{ github.event.inputs.releaseVersion }}
--
Gitblit v1.10.0