Skip to content

Commit fd4596b

Browse files
committed
Documentation workflow should only update 'docs' directory.
1 parent d62b761 commit fd4596b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
- uses: EndBug/add-and-commit@v9
5757
with:
5858
cwd: docsite
59-
add: . --no-ignore-removal
59+
add: docs --no-ignore-removal
6060
tag: docsite-${{ github.ref_name }} --force
6161
tag_push: --force

0 commit comments

Comments
 (0)