Skip to content

Commit 49ce678

Browse files
committed
docs: fix docs
1 parent 1a52eb8 commit 49ce678

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/docs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ jobs:
1414
pages: write
1515
id-token: write
1616
steps:
17+
- name: Checkout repository
18+
uses: actions/checkout@v2
19+
20+
- name: Set up Python
21+
uses: actions/setup-python@v2
22+
with:
23+
python-version: '3.12' # Укажите версию Python, которую вы хотите использовать
24+
25+
- name: Install dependencies
26+
run: |
27+
pip install sphinx furo
28+
1729
- id: deployment
1830
uses: sphinx-notes/pages@v3
1931

0 commit comments

Comments
 (0)