Skip to content

Commit

Permalink
autogenerated docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvoleg committed Sep 3, 2024
1 parent 80cbd88 commit ab21921
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy Sphinx documentation to Github Pages

on:
push:
branches: [master, autogenerated_docs] # branch to trigger deployment

jobs:
pages:
runs-on: ubuntu-20.04
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = 'ydb'
copyright = '2021, yandex'
copyright = '2024, yandex'
author = 'yandex'

# The short X.Y version
Expand Down

0 comments on commit ab21921

Please sign in to comment.