File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 11[tool .poetry ]
2+ package-mode = false
23name = " openmldb-docs"
34version = " 0.6.0"
45description = " OpenMLDB Documents"
You can’t perform that action at this time.
0 commit comments