File tree 1 file changed +30
-30
lines changed 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -48,36 +48,36 @@ jobs:
48
48
env :
49
49
REVIEWDOG_GITHUB_API_TOKEN : ${{ github.token }}
50
50
51
- remark-test :
52
- permissions :
53
- contents : read
54
- statuses : write
55
- runs-on : ubuntu-latest
56
- needs : lint-test
57
- steps :
58
- - uses : actions/checkout@v4
59
- - name : Use Setup Node and Install Dependencies Action
60
- uses : commerce-docs/devsite-install-action@main
61
- with :
62
- node-version-file : ' .nvmrc'
63
- cache-dependency-path : ' yarn.lock'
51
+ # remark-test:
52
+ # permissions:
53
+ # contents: read
54
+ # statuses: write
55
+ # runs-on: ubuntu-latest
56
+ # needs: lint-test
57
+ # steps:
58
+ # - uses: actions/checkout@v4
59
+ # - name: Use Setup Node and Install Dependencies Action
60
+ # uses: commerce-docs/devsite-install-action@main
61
+ # with:
62
+ # node-version-file: '.nvmrc'
63
+ # cache-dependency-path: 'yarn.lock'
64
64
65
- - name : Check links
66
- run : yarn test
65
+ # - name: Check links
66
+ # run: yarn test
67
67
68
- build-test :
69
- permissions :
70
- contents : read
71
- statuses : write
72
- runs-on : ubuntu-latest
73
- needs : remark-test
74
- steps :
75
- - uses : actions/checkout@v4
76
- - name : Use Setup Node and Install Dependencies Action
77
- uses : commerce-docs/devsite-install-action@main
78
- with :
79
- node-version-file : ' .nvmrc'
80
- cache-dependency-path : ' yarn.lock'
68
+ # build-test:
69
+ # permissions:
70
+ # contents: read
71
+ # statuses: write
72
+ # runs-on: ubuntu-latest
73
+ # needs: remark-test
74
+ # steps:
75
+ # - uses: actions/checkout@v4
76
+ # - name: Use Setup Node and Install Dependencies Action
77
+ # uses: commerce-docs/devsite-install-action@main
78
+ # with:
79
+ # node-version-file: '.nvmrc'
80
+ # cache-dependency-path: 'yarn.lock'
81
81
82
- - name : Build site
83
- run : yarn build
82
+ # - name: Build site
83
+ # run: yarn build
You can’t perform that action at this time.
0 commit comments