Skip to content

added locator code file for java for locator strategies Section and added content in diff languages files #6186

added locator code file for java for locator strategies Section and added content in diff languages files

added locator code file for java for locator strategies Section and added content in diff languages files #6186

Workflow file for this run

name: Test site build
on:
pull_request:
branches:
- trunk
paths:
- 'website_and_docs/**'
push:
branches:
- trunk
paths:
- 'website_and_docs/**'
jobs:
test_build:
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.148.2'
extended: true
- name: Build
run: chmod +x build-site.sh && ./build-site.sh
env:
SELENIUM_CI_TOKEN: ${{ secrets.SELENIUM_CI_TOKEN }}