Skip to content

Remove 'incubator' words from mailing list addresses #350

Remove 'incubator' words from mailing list addresses

Remove 'incubator' words from mailing list addresses #350

Workflow file for this run

name: Build and Publish
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install Dependencies
run: |
npm install
- name: Build
run: |
npm run build
cp .asf.yaml build
cp doap_EventMesh.rdf build
- name: Publish
uses: peaceiris/actions-gh-pages@v3.8.0
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build
publish_branch: asf-site