Skip to content

Commit 5b4b200

Browse files
committed
Fix script path
1 parent 3fb3164 commit 5b4b200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/update_wiki.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdir temp
1212
yes | cp -rf activity-browser.wiki/.git temp
1313
find activity-browser.wiki -mindepth 1 -delete
1414
# copy the (potentially new) content from the main repo and the wiki .git folder to wiki folder and delete temp folder
15-
yes | cp -rf activity_browser/activity-browser/docs/wiki/* activity-browser.wiki/
15+
yes | cp -rf activity-browser/activity_browser/docs/wiki/* activity-browser.wiki/
1616
yes | cp -rf temp/.git activity-browser.wiki/
1717
rm -rf temp
1818
cd activity-browser.wiki

0 commit comments

Comments
 (0)