Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add Python BiDi examples for Register Basic Auth (network.authRequire… #2666

Add Python BiDi examples for Register Basic Auth (network.authRequire…

Add Python BiDi examples for Register Basic Auth (network.authRequire… #2666

Workflow file for this run

name: Publish Selenium Site
on:
push:
branches:
- trunk
workflow_dispatch:
jobs:
deploy:
if: contains(toJson(github.event.commits), '[deploy site]') == true || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v7
with:
fetch-depth: 0
- 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}}
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.SELENIUM_CI_TOKEN }}
publish_dir: ./website_and_docs/public
publish_branch: publish
user_name: 'Selenium CI Bot'
user_email: 'selenium-ci@users.noreply.github.com'
commit_message: ${{ github.event.head_commit.message }}
cname: www.selenium.dev
Morty Proxy This is a proxified and sanitized view of the page, visit original site.