diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 34a1f64..167c8ce 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,6 +22,8 @@ jobs: - uses: actions/checkout@v4 with: path: './spearhead' + - name: ls + run: ls - name: Setup credentials to access private repositories run: git config --global url.https://${{ secrets.API_TOKEN_GITHUB }}@github.com/.insteadOf https://github.com/ - name: Git Config