mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
update site and fix error in skin and add git attributes
This commit is contained in:
7
.github/workflows/flatpak.yml
vendored
7
.github/workflows/flatpak.yml
vendored
@@ -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:
|
||||
|
||||
4
.github/workflows/site.yml
vendored
4
.github/workflows/site.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user