Skip to content

Commit

Permalink
Merge pull request #15666 from gsmet/fix-doc-sync
Browse files Browse the repository at this point in the history
Fix doc deployment to website in relation to multi-versions doc
  • Loading branch information
geoand authored Mar 12, 2021
2 parents 3625df0 + 3d3777f commit e3db98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sync-web-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rsync -vr --delete \
--exclude='**/index.adoc' \
--exclude='**/attributes.adoc' \
../target/asciidoc/generated/ \
target/web-site/_generated-config
target/web-site/_generated-config/latest

echo "Sync done!"
echo "=========="
Expand Down

0 comments on commit e3db98c

Please sign in to comment.