Skip to content

Commit 2353f07

Browse files
committed
fix: fix publish docs workflow
1 parent d924214 commit 2353f07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
sudo apt-get update
5050
sudo apt-get install -y doxygen
51-
make install-deps
51+
pip install -r docs/requirements.txt
5252
5353
- name: Build API
5454
run: |

docs/source/implementations/basic_concepts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
.. https://github.com/apache/paimon/blob/master/docs/content/concepts/basic-concepts.md
2020
2121
Basic Concepts
22-
=========================
22+
========================
2323

2424
File Layouts
25-
-------------------------
25+
------------------------
2626
All files of a table are stored under one base directory. Paimon files are
2727
organized in a layered style. The following image illustrates the file layout.
2828
Starting from a snapshot file, Paimon readers can recursively access all records

0 commit comments

Comments
 (0)