Skip to content

[INLONG-1081][Doc] fix the wrong directory name for dataproxy extensi… #772

[INLONG-1081][Doc] fix the wrong directory name for dataproxy extensi…

[INLONG-1081][Doc] fix the wrong directory name for dataproxy extensi… #772

Workflow file for this run

name: WebSite Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.14.0
- name: Build
run: |
npm install && npm run build
- name: Cp File
run: cp -r .asf.yaml build/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: asf-site
publish_dir: ./build