Skip to content

Commit ea8e3a6

Browse files
committed
Fixing the deploy, attempt 1 [deploy site]
1 parent f487b14 commit ea8e3a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
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 }}

build-site.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo -e "\033[0;32mMerging both sites into a single one...\033[0m"
1313
mv docs_source_files/public/* site_source_files/public/documentation
1414

1515
echo -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

1919
echo -e "\033[0;32mDone building site!\033[0m"

0 commit comments

Comments
 (0)