Skip to content

Commit 4001bfe

Browse files
authored
Merge pull request #9 from Spill-Tea/deploy-docs-patch-2
fix(workflow): Remove ending forward slash to correctly deploy docs.
2 parents dc8126f + 9aeac3b commit 4001bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
uses: peaceiris/actions-gh-pages@v4
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
47-
publish_dir: _build/
47+
publish_dir: ./_build
4848
publish_branch: gh-pages
4949
force_orphan: true

0 commit comments

Comments
 (0)