We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7060ee7 commit 9c7ef60Copy full SHA for 9c7ef60
.github/workflows/docs-pages.yaml
@@ -5,7 +5,7 @@ name: "Docs / Publish"
5
on:
6
push:
7
branches:
8
- - scylla-3.x
+ - scylla-4.x
9
paths:
10
- 'docs/**'
11
- 'faq/**'
@@ -40,4 +40,4 @@ jobs:
40
- name: Deploy docs to GitHub Pages
41
run: ./docs/_utils/deploy.sh
42
env:
43
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/docs-pr.yaml
@@ -5,7 +5,7 @@ name: "Docs / Build PR"
pull_request:
@@ -33,4 +33,4 @@ jobs:
33
- name: Set up env
34
run: make -C docs setupenv
35
- name: Build docs
36
- run: make -C docs test
+ run: make -C docs test
0 commit comments