Skip to content

Taskbar tray system icon tweaks v1.0 (#1154) #1557

Taskbar tray system icon tweaks v1.0 (#1154)

Taskbar tray system icon tweaks v1.0 (#1154) #1557

Workflow file for this run

name: Deploy static content
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '2 0 * * *'
concurrency:
group: deploy-static-content
cancel-in-progress: true
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm install
- name: Prepare static content
run: npx tsx deploy.ts
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: pages
publish_dir: ./
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'