Skip to content

Commit ae21ef9

Browse files
committed
revert newline changes
1 parent c4ccf5d commit ae21ef9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Build docs
2+
23
permissions: {}
4+
35
on:
46
workflow_call: {}
7+
58
jobs:
69
build-docs:
710
name: jekyll github pages build
@@ -42,8 +45,9 @@ jobs:
4245
working-directory: ./docs
4346
env:
4447
PAGES_PATH: ${{ steps.pages.outputs.base_path }}
48+
4549
- name: Upload site assets as artifact
4650
id: deployment
4751
uses: actions/upload-pages-artifact@v3
4852
with:
49-
path: ./docs/_site
53+
path: ./docs/_site

0 commit comments

Comments
 (0)