Skip to content

feat: bump CDN to v0.4.4, LoopPingPong idle, asymmetric crossfade, re… #15

feat: bump CDN to v0.4.4, LoopPingPong idle, asymmetric crossfade, re…

feat: bump CDN to v0.4.4, LoopPingPong idle, asymmetric crossfade, re… #15

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
concurrency:
group: pages
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@47f197a2200bb9de68ba5f48fad1c088eb1c4a32 # v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .
exclude_assets: '.github,node_modules,test-results,tests,package.json,package-lock.json,playwright.config.js,Dockerfile,docker-compose.yml,nginx.conf,.dockerignore'
keep_files: true