Skip to content

Commit

Permalink
added workflow to sync, docs from repository as source of truth
Browse files Browse the repository at this point in the history
  • Loading branch information
sacha-roussakis-notter committed Feb 3, 2024
1 parent f1e58ed commit 02a2a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-vaultify-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Sync root level documentation
cp ../README.md README.md || { echo "Failed to copy README.md"; exit 1; }
cp ../CHANGELOG.md CHANGELOG.md || { echo "Failed to copy CHANGELOG.md"; exit 1; }
cp ../LICENSE.md LICENSE.md || { echo "Failed to copy LICENSE.md"; exit 1; }
cp ../LICENSE LICENSE || { echo "Failed to copy LICENSE.md"; exit 1; }
# Ensure the docs directory exists
mkdir -p docs/cli
Expand Down

0 comments on commit 02a2a32

Please sign in to comment.