Skip to content

Commit a7999be

Browse files
authored
feat: update wechat qrcode (#4041)
1 parent 5e1149c commit a7999be

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/doc.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v3
36-
with:
37-
fetch-depth: 0
35+
- uses: actions/checkout@v4
3836

39-
- uses: actions/setup-python@v4
37+
- uses: actions/setup-python@v5
4038
with:
4139
python-version: '3.10'
4240

@@ -58,7 +56,7 @@ jobs:
5856
5957
- name: upload artifact
6058
if: github.event_name == 'push'
61-
uses: actions/upload-pages-artifact@v1
59+
uses: actions/upload-pages-artifact@v3
6260
with:
6361
path: docs/build/
6462

@@ -74,4 +72,4 @@ jobs:
7472
# This action expects an artifact named github-pages to have been created prior to execution.
7573
- name: Deploy to GitHub Pages
7674
id: deployment
77-
uses: actions/deploy-pages@v1
75+
uses: actions/deploy-pages@v2

docs/en/about/images/wechat.png

21 KB
Loading

docs/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[tool.poetry]
2+
package-mode = false
23
name = "openmldb-docs"
34
version = "0.6.0"
45
description = "OpenMLDB Documents"

docs/zh/about/images/wechat.png

21 KB
Loading

0 commit comments

Comments
 (0)