Skip to content

[INLONG-731][BOT] Bump nanoid from 3.3.6 to 3.3.8 (#1093) #782

[INLONG-731][BOT] Bump nanoid from 3.3.6 to 3.3.8 (#1093)

[INLONG-731][BOT] Bump nanoid from 3.3.6 to 3.3.8 (#1093) #782

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