Skip to content

translate file finders.zh-cn #2870

translate file finders.zh-cn

translate file finders.zh-cn #2870

Workflow file for this run

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