Skip to content

Build Arm images from this repo using Github-hosted Arm runners (#6486) #676

Build Arm images from this repo using Github-hosted Arm runners (#6486)

Build Arm images from this repo using Github-hosted Arm runners (#6486) #676

Workflow file for this run

name: Update antrea.io website for main branch
on:
push:
branches:
- main
paths:
- '**.md'
- 'docs/**'
- 'pkg/apis/**'
- 'hack/**'
jobs:
update-website:
name: Trigger website update for main
if: github.repository == 'antrea-io/antrea'
runs-on: ubuntu-latest
steps:
- name: Update website source
uses: benc-uk/workflow-dispatch@v1
with:
repo: antrea-io/website
ref: refs/heads/main
workflow: Update website source
token: ${{ secrets.ANTREA_WEBSITE_WORKFLOW_DISPATCH_PAT }}
inputs: ${{ format('{{ "antrea-repository":"antrea-io/antrea", "antrea-ref":"main" }}') }}