Skip to content

Update dependency org.apache.maven.plugins:maven-surefire-plugin to v… #1649

Update dependency org.apache.maven.plugins:maven-surefire-plugin to v…

Update dependency org.apache.maven.plugins:maven-surefire-plugin to v… #1649

Workflow file for this run

name: Publish Selenium Site
on:
push:
branches:
- trunk
jobs:
deploy:
if: contains(toJson(github.event.commits), '[deploy site]') == true
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ' 0.125.4'
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: '[email protected]'
commit_message: ${{ github.event.head_commit.message }}
cname: www.selenium.dev