Skip to content

Commit ab21921

Browse files
committed
autogenerated docs workflow
1 parent 80cbd88 commit ab21921

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/docs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Deploy Sphinx documentation to Github Pages
2+
3+
on:
4+
push:
5+
branches: [master, autogenerated_docs] # branch to trigger deployment
6+
7+
jobs:
8+
pages:
9+
runs-on: ubuntu-20.04
10+
environment:
11+
name: github-pages
12+
url: ${{ steps.deployment.outputs.page_url }}
13+
permissions:
14+
pages: write
15+
id-token: write
16+
steps:
17+
- id: deployment
18+
uses: sphinx-notes/pages@v3

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'ydb'
23-
copyright = '2021, yandex'
23+
copyright = '2024, yandex'
2424
author = 'yandex'
2525

2626
# The short X.Y version

0 commit comments

Comments
 (0)