Skip to content

Commit f562c0f

Browse files
committed
fix: yaml in workflow
1 parent 1f1e592 commit f562c0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches: ["main"]
8-
paths:
9-
- "docs/html/*"
8+
paths:
9+
- "docs/html/*"
1010

1111
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1212
permissions:
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/upload-pages-artifact@v3
3737
with:
3838
# Upload entire repository
39-
path: './docs/html/'
39+
path: "./docs/html/"
4040
- name: Deploy to GitHub Pages
4141
id: deployment
4242
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)