diff --git a/.github/workflows/docs-pages.yaml b/.github/workflows/docs-pages.yaml index f3de9d8..6392e73 100644 --- a/.github/workflows/docs-pages.yaml +++ b/.github/workflows/docs-pages.yaml @@ -8,6 +8,7 @@ on: - main paths: - "docs/**" + - 'branch-**' workflow_dispatch: jobs: @@ -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 diff --git a/docs/source/index.rst b/docs/source/index.rst index 777b71f..83b5599 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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.