diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index c68e4c8d103..2ef8cea649b 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -11,6 +11,11 @@ jobs: runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest] + node-version: [lts/*] + permissions: contents: write pull-requests: write @@ -29,6 +34,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Generate documentation + run: npm run update:docs + - name: Create Pull Request uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 with: