We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb3164 commit 5b4b200Copy full SHA for 5b4b200
1 file changed
.github/scripts/update_wiki.sh
@@ -12,7 +12,7 @@ mkdir temp
12
yes | cp -rf activity-browser.wiki/.git temp
13
find activity-browser.wiki -mindepth 1 -delete
14
# 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/
+yes | cp -rf activity-browser/activity_browser/docs/wiki/* activity-browser.wiki/
16
yes | cp -rf temp/.git activity-browser.wiki/
17
rm -rf temp
18
cd activity-browser.wiki
0 commit comments