Skip to content

Commit 83bd5c9

Browse files
vintaclaude
andcommitted
chore: simplify deploy workflow and bump checkout to v6
Remove workflow_dispatch trigger and configure-pages step. Rename workflow to 'Deploy'. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2199530 commit 83bd5c9

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
name: Deploy to GitHub Pages
1+
name: Deploy
22

33
on:
44
push:
55
branches: ["main"]
6-
workflow_dispatch:
76

87
permissions:
98
contents: read
@@ -22,10 +21,7 @@ jobs:
2221
runs-on: ubuntu-latest
2322
steps:
2423
- name: Checkout
25-
uses: actions/checkout@v4
26-
27-
- name: Setup Pages
28-
uses: actions/configure-pages@v5
24+
uses: actions/checkout@v6
2925

3026
- name: Upload artifact
3127
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)