Skip to content

Commit 4d1651a

Browse files
Update pages-deploy.yml
1 parent 6a29f64 commit 4d1651a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main # or master, depending on your default branch name
6+
- main
77
workflow_dispatch:
88

99
permissions:
@@ -32,4 +32,4 @@ jobs:
3232
path: './docs'
3333
- name: Deploy to GitHub Pages
3434
id: deployment
35-
uses: actions/deploy-pages@v4
35+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)