Skip to content

Commit f06a3fc

Browse files
authored
Update deploy_site.yml
1 parent 2000211 commit f06a3fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy_site.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14+
- name: Configure Git
15+
run: git config --global user.email "zigrazor@gmail.com" ; git config --global user.name "ZigRazor"
16+
1417
- name: Configure Yarn
1518
working-directory: ${{github.workspace}}/docusaurus
1619
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)