Skip to content

Commit 7d7b254

Browse files
2025-12-02-17:02: 调整 pages.yml, 为 Action build 做准备
1 parent 8c1f0a8 commit 7d7b254

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333

3434
deploy:
3535
needs: build
36+
runs-on: ubuntu-latest
3637
permissions:
3738
pages: write
3839
id-token: write
39-
uses: actions/deploy-pages@v4
40+
steps:
41+
- name: Deploy to GitHub Pages
42+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)