Skip to content

docs: update readme (#2) #19

docs: update readme (#2)

docs: update readme (#2) #19

Workflow file for this run

name: CI
on:
push:
branches: ["main", "feat/*"]
jobs:
build:
name: Create artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v3
with:
node-version: '21'
- name: install dependency
run: yarn
- name: Create Firefox artifacts
run: |
mkdir -p dist/v2
yarn build firefox
- uses: actions/upload-artifact@v3
with:
name: read-later
path: dist/v2/