File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 personal_token : ${{ secrets.SELENIUM_CI_TOKEN }}
2828 publish_dir : ./site_source_files/public
2929 publish_branch : master
30- user_name : ' Selenium CI Bots '
30+ user_name : ' Selenium CI Bot '
3131 user_email : ' selenium-ci@users.noreply.github.com'
3232 commit_message : ${{ github.event.head_commit.message }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ echo -e "\033[0;32mMerging both sites into a single one...\033[0m"
1313mv docs_source_files/public/* site_source_files/public/documentation
1414
1515echo -e " \033[0;32mRefreshing contents of the published directory...\033[0m"
16- rm -rf $( ls site_source_files/public)
17- mv site_source_files/public/* .
16+ # rm -rf $(ls site_source_files/public)
17+ # mv site_source_files/public/* .
1818
1919echo -e " \033[0;32mDone building site!\033[0m"
You can’t perform that action at this time.
0 commit comments