Skip to content

Fix typos

Fix typos #73

Workflow file for this run

name: Publish .me
on:
push:
branches:
- master
paths:
- 'src/**'
- 'ops/**'
- 'static/**'
- 'storage/**/en.md'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm ci
- run: npm run build
- name: Deploy
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.DEPLOY_HOST_ME }}
username: ${{ secrets.DEPLOY_USER_ME }}
password: ${{ secrets.DEPLOY_PASSWORD_ME }}
local-dir: ${{ secrets.SOURCE_ME }}
log-level: minimal