Skip to content

Commit 4ec6c9a

Browse files
committed
mod: update workflow
1 parent a0eae72 commit 4ec6c9a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# .github/workflows/pages.yml
21
name: pages
32

43
on:
54
push:
65
branches: [ main ]
7-
workflow_dispatch:
86

97
permissions:
108
contents: read
@@ -22,7 +20,6 @@ jobs:
2220
- name: Checkout
2321
uses: actions/checkout@v4
2422

25-
# Prepare a clean site directory for Pages
2623
- name: Prepare site
2724
run: |
2825
rm -rf _site

0 commit comments

Comments
 (0)