diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0f861764c..5c644e50d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,14 +13,12 @@ jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] + # strategy: + # matrix: + # node-version: [18.x] steps: - - uses: actions/checkout@v3 - # with: - # fetch-depth: 0 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3