mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-13 19:21:08 +00:00
Update docs.yml (#16)
This commit is contained in:
parent
0299009244
commit
fd5ed50a84
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@ -30,10 +30,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Pages
|
- uses: actions/setup-python@v5
|
||||||
uses: actions/configure-pages@v5
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
- run: pip install ".[docs]"
|
- run: pip install ".[docs]"
|
||||||
- run: sphinx-build docs/src docs/build
|
- run: sphinx-build docs/src docs/build
|
||||||
|
- name: Setup Pages
|
||||||
|
uses: actions/configure-pages@v5
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user