Skip to content

Remove fontawesome icons. #13

Remove fontawesome icons.

Remove fontawesome icons. #13

name: Build WebExtension
Skip this workflow for now

Check failure on line 3 in .github/workflows/build-extension.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-extension.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cache pnpm modules
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/[email protected]
with:
version: latest
run_install: true
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "pnpm"
- name: Build the extension
run: pnpm build
- name: Package the extension into a zip artifact
run: pnpm package
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
with:
keys: ${{ secrets.SUBMIT_KEYS }}
artifact: build/chrome-mv3-prod.zip