Skip to content

add margin-bottom to icecup text output #203

add margin-bottom to icecup text output

add margin-bottom to icecup text output #203

Workflow file for this run

name: Deploy Apps
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'apps/**'
- 'favicon*'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Copy Favicon
run: |
cp favicon.* apps/
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: apps
target-folder: apps