Skip to content

Update README.md

Update README.md #4

Workflow file for this run

name: deploy main
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm install
- run: npm run build --if-present
- name: upload dist
env:
ACCESSKEYID: ${{secrets.ACCESSKEYID}}
ACCESSKEYSECRET: ${{secrets.ACCESSKEYSECRET}}
BUILD_DIR: .
TARGET_DIR: i18n
run: node deploy