Skip to content

Commit

Permalink
Run update_docs_website during releases
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Feb 22, 2020
1 parent 8a690c2 commit 22d3568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ let config = PackageConfiguration([
"scripts/update_podspec.sh"
],
"after": [
"rake create_release\\[\"$VERSION\"\\]"
"rake create_release\\[\"$VERSION\"\\]",
"scripts/update_docs_website.sh"
]
]
]).write()
Expand Down

0 comments on commit 22d3568

Please sign in to comment.