diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 47bfaa5..7c1a642 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -22,7 +22,9 @@ jobs: - name: Get code uses: actions/checkout@v3 - name: Install dependencies - run: npm ci + run: | + npm ci + git config -l - name: Build website run: npm run build - name: Upload artifact