update site and fix error in skin and add git attributes

This commit is contained in:
xgui4
2026-06-11 12:57:44 -04:00
parent 2edc88092d
commit e1ac7edbd1
10 changed files with 384 additions and 26 deletions

View File

@@ -16,11 +16,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
# Generate a CNAME file on-the-fly for a configured host
- name: Generate CNAME
run: |
echo "lce_qt_launcher.xgui4.github.io" > CNAME
- name: Build
uses: andyholmes/flatter@main
with:
@@ -29,8 +24,6 @@ jobs:
arch: ${{ matrix.arch }}
upload-bundles: true
upload-pages-artifact: true
upload-pages-includes: |
CNAME
# See "Github Pages" below
deploy:

View File

@@ -1,11 +1,11 @@
name: Deploy static content to Pages # Simple workflow for deploying static content to GitHub Pages
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches:
- master
- dev # temporaly
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: