Skip to content

Commit 616e025

Browse files
committed
fix(ci): missing indent
1 parent 0ce4c18 commit 616e025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/upload-pages-artifact@v1
7373
with:
7474
# Upload docs/build/html dir
75-
path: docs/build/html/
75+
path: docs/build/html/
7676
- name: Deploy to GitHub Pages
7777
id: deployment
7878
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)