mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-11 02:01:10 +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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- run: pip install ".[docs]"
|
||||
- run: sphinx-build docs/src docs/build
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user