Skip to content

Commit

Permalink
Fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-vdm committed Sep 18, 2024
1 parent 3fb3164 commit 5b4b200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update_wiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mkdir temp
yes | cp -rf activity-browser.wiki/.git temp
find activity-browser.wiki -mindepth 1 -delete
# copy the (potentially new) content from the main repo and the wiki .git folder to wiki folder and delete temp folder
yes | cp -rf activity_browser/activity-browser/docs/wiki/* activity-browser.wiki/
yes | cp -rf activity-browser/activity_browser/docs/wiki/* activity-browser.wiki/
yes | cp -rf temp/.git activity-browser.wiki/
rm -rf temp
cd activity-browser.wiki
Expand Down

0 comments on commit 5b4b200

Please sign in to comment.