Skip to content

Commit

Permalink
Documentation workflow should only update 'docs' directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Dec 20, 2024
1 parent d62b761 commit fd4596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
- uses: EndBug/add-and-commit@v9
with:
cwd: docsite
add: . --no-ignore-removal
add: docs --no-ignore-removal
tag: docsite-${{ github.ref_name }} --force
tag_push: --force

0 comments on commit fd4596b

Please sign in to comment.