File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,19 @@ jobs:
26
26
repository : codenotary/immudb.io
27
27
path : master
28
28
29
+ - name : Checkout release notes
30
+ uses : actions/checkout@v3
31
+ with :
32
+ repository : codenotary/immudb
33
+ path : blob/v1.5.0
34
+
29
35
- name : Copy .md files
30
36
run : |
31
37
cd /home/runner/work/immudb-docs/immudb-docs
32
38
tree
33
39
mkdir -p immudb-docs/imported-docs
34
40
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/ \;
35
42
36
43
- name : Commit and push
37
44
run : |
Original file line number Diff line number Diff line change 15
15
const sidebars = {
16
16
// By default, Docusaurus generates a sidebar from the docs folder structure
17
17
tutorialSidebar : [ { type : 'autogenerated' , dirName : '.' } ] ,
18
+ // importedSidebar: [{type: 'autogenerated', dirName: 'imported-docs'}],
18
19
19
20
// But you can create a sidebar manually
20
21
/*
You can’t perform that action at this time.
0 commit comments