Skip to content

Commit a15a364

Browse files
authored
Merge pull request #93 from ydb-platform/fix_gh_pages
fix docs publication
2 parents 32d733d + d49be72 commit a15a364

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Github Pages
22

33
on:
44
push:
5-
branches: [main, basic_dialect_docs] # branch to trigger deployment
5+
branches: [main] # branch to trigger deployment
66

77
jobs:
88
pages:

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx_rtd_theme==2.0.0
2+
sphinx-copybutton==0.5.2

0 commit comments

Comments
 (0)