diff --git a/.github/workflows/deploy_site.yml b/.github/workflows/deploy_site.yml index 0f451769..50b8f545 100644 --- a/.github/workflows/deploy_site.yml +++ b/.github/workflows/deploy_site.yml @@ -11,6 +11,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Configure Git + run: git config --global user.email "zigrazor@gmail.com" ; git config --global user.name "ZigRazor" + - name: Configure Yarn working-directory: ${{github.workspace}}/docusaurus # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.