Skip to content

Commit 2e3caae

Browse files
authored
Merge pull request #241 from bndtools/chrisrueger-patch-6
attempt to fix build error ( indentation)
2 parents 2f6a6e4 + d72f1fd commit 2e3caae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cibuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
./.github/scripts/docs.sh
5252
5353
- name: Upload artifact
54-
# Automatically uploads an artifact from the './_site' directory by default
55-
uses: actions/upload-pages-artifact@v3
54+
# Automatically uploads an artifact from the './_site' directory by default
55+
uses: actions/upload-pages-artifact@v3
5656

5757

58-
# Deployment job
58+
# Deployment job
5959
deploy:
6060
environment:
6161
name: github-pages

0 commit comments

Comments
 (0)