Skip to content

Expose collection icons in Compact view #1550

Expose collection icons in Compact view

Expose collection icons in Compact view #1550

Workflow file for this run

name: Build-N-Deploy
on:
push:
branches: [ "main" ]
paths:
- 'src/**'
- 'public/**'
- 'scripts/**'
- 'index.html'
- 'package.json'
- '.github/workflows/build.js.yml'
workflow_run:
workflows: [Import]
types:
- completed
workflow_dispatch:
jobs:
deploy:
name: Build-N-Deploy
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build and Deploy
run: yarn ci-build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist