Skip to content

Update log-rotate.md (#58) #355

Update log-rotate.md (#58)

Update log-rotate.md (#58) #355

Workflow file for this run

name: Test for commits
on:
push:
branches: [main]
jobs:
test:
name: Test for commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
cache: yarn
- name: Build website
run: |
yarn install --frozen-lockfile
yarn build