File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -48,36 +48,36 @@ jobs:
4848 env :
4949 REVIEWDOG_GITHUB_API_TOKEN : ${{ github.token }}
5050
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'
6464
65- - name : Check links
66- run : yarn test
65+ # - name: Check links
66+ # run: yarn test
6767
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'
8181
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