Skip to content

Commit 90780cb

Browse files
committed
copy changelog from immudb
1 parent adc8959 commit 90780cb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/immudb_cloud_service_docs.yml

+7
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,19 @@ jobs:
2626
repository: codenotary/immudb.io
2727
path: master
2828

29+
- name: Checkout release notes
30+
uses: actions/checkout@v3
31+
with:
32+
repository: codenotary/immudb
33+
path: blob/v1.5.0
34+
2935
- name: Copy .md files
3036
run: |
3137
cd /home/runner/work/immudb-docs/immudb-docs
3238
tree
3339
mkdir -p immudb-docs/imported-docs
3440
find master/src/master -name "*" -exec cp -r {} immudb-docs/imported-docs/ \;
41+
find immudb/blob/v1.5.0/CHANGELOG.md -exec cp -r {} immudb-docs/imported-docs/ \;
3542
3643
- name: Commit and push
3744
run: |

sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
const sidebars = {
1616
// By default, Docusaurus generates a sidebar from the docs folder structure
1717
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
18+
// importedSidebar: [{type: 'autogenerated', dirName: 'imported-docs'}],
1819

1920
// But you can create a sidebar manually
2021
/*

0 commit comments

Comments
 (0)