Skip to content

fix: shorten filter sections slightly #4

fix: shorten filter sections slightly

fix: shorten filter sections slightly #4

Workflow file for this run

name: Purge jsDelivr CDN Cache
on:
push:
branches: [main]
paths:
- 'dist/**'
jobs:
purge:
runs-on: ubuntu-latest
steps:
- name: Purge jsDelivr cache
run: |
curl -s https://purge.jsdelivr.net/gh/Sweet-and-Fizzy/ood-appverse@latest/dist/appverse.umd.js
curl -s https://purge.jsdelivr.net/gh/Sweet-and-Fizzy/ood-appverse@latest/dist/appverse.css
curl -s https://purge.jsdelivr.net/gh/Sweet-and-Fizzy/ood-appverse@latest/dist/appverse.umd.js.map