Skip to content

fix: minor fixes for the Iceshrimp Light theme (#94) #89

fix: minor fixes for the Iceshrimp Light theme (#94)

fix: minor fixes for the Iceshrimp Light theme (#94) #89

name: Publish Themes
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'yarn'
- run: yarn install
- run: yarn check
- name: Build
run: yarn build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: built
folder: built