mirror of
https://github.com/acepanel/acepanel.github.io.git
synced 2026-02-04 11:27:14 +08:00
refactor: 为翻译做准备
This commit is contained in:
1
.github/assets/1ms.svg
vendored
1
.github/assets/1ms.svg
vendored
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 9.1 KiB |
BIN
.github/assets/ddunyun.png
vendored
BIN
.github/assets/ddunyun.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
BIN
.github/assets/dk.png
vendored
BIN
.github/assets/dk.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
BIN
.github/assets/logo.png
vendored
BIN
.github/assets/logo.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
BIN
.github/assets/wafpro.png
vendored
BIN
.github/assets/wafpro.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 819 KiB |
BIN
.github/assets/wxd.png
vendored
BIN
.github/assets/wxd.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 64 KiB |
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
@@ -1,12 +1,8 @@
|
||||
name: Deploy site to Pages
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
# 设置 GITHUB_TOKEN 的权限,以允许部署到 GitHub Pages
|
||||
@@ -15,11 +11,9 @@ permissions:
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
# 只允许同时进行一次部署,跳过正在运行和最新队列之间的运行队列
|
||||
# 但是,不要取消正在进行的运行,因为我们希望允许这些生产部署完成
|
||||
# 只允许同时进行一次部署
|
||||
concurrency:
|
||||
group: pages
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -30,12 +24,11 @@ jobs:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: latest
|
||||
run_install: true
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: lts/*
|
||||
cache: pnpm
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
|
||||
Reference in New Issue
Block a user