problem: style is not uniform

This commit is contained in:
gsovereignty
2024-07-16 12:37:14 +08:00
parent c1974378fb
commit 931520acf6
272 changed files with 2396 additions and 2470 deletions

View File

@@ -2,7 +2,7 @@ name: Build and Deploy to Pages
on:
push:
branches: ["MASTER"]
branches: ['MASTER']
workflow_dispatch:
@@ -14,7 +14,7 @@ permissions:
# Allow one concurrent deployment
concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: true
jobs:
@@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Upload artifact