Skip to content

Commit

Permalink
docs: update docs-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Feb 18, 2025
1 parent 0cd8efc commit e4c1587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
paths:
- "docs/**"
- 'branch-**'
workflow_dispatch:

jobs:
Expand All @@ -17,13 +18,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.repository.default_branch }}
persist-credentials: false
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: '3.10'

- name: Set up env
run: make -C docs setupenv
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:button_icon: icon-github
:button_style: bold
:button_url: https://github.com/scylladb/1m-ops-demo
:button_text: GitHub repository
:button_text: Source code

Test and benchmark ScyllaDB under a 1 million operations per second workload.

Expand Down

0 comments on commit e4c1587

Please sign in to comment.