We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2000211 commit f06a3fcCopy full SHA for f06a3fc
.github/workflows/deploy_site.yml
@@ -11,6 +11,9 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
14
+ - name: Configure Git
15
+ run: git config --global user.email "zigrazor@gmail.com" ; git config --global user.name "ZigRazor"
16
+
17
- name: Configure Yarn
18
working-directory: ${{github.workspace}}/docusaurus
19
# 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