Skip to content

Commit

Permalink
chore: 添加遗漏的环境变量
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed Jan 5, 2024
1 parent 8f465f6 commit bd465b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ on:
paths:
- "doc/**"
- ".github/workflows/**"
workflow_dispatch:

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
serve:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
# 获取仓库源码
Expand Down

0 comments on commit bd465b3

Please sign in to comment.