File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 22name : Build artifacts
33
44on :
5+ pull_request :
56 push :
67 branches : [main]
78
@@ -46,16 +47,16 @@ jobs:
4647 - name : Build
4748 run : pnpm -r run build
4849
49- - name : Upload luogu-discussion-archive
50- uses : actions/upload-artifact@v3
51- with :
52- name : luogu-discussion-archive
53- path : packages/archive/dist/
54-
55- - name : Upload luogu-discussion-viewer
56- uses : actions/upload-artifact@v3
57- with :
58- name : luogu-discussion-viewer
59- path : |
60- packages/viewer/.next/
61- !packages/viewer/.next/cache/
50+ # - name: Upload luogu-discussion-archive
51+ # uses: actions/upload-artifact@v3
52+ # with:
53+ # name: luogu-discussion-archive
54+ # path: packages/archive/dist/
55+
56+ # - name: Upload luogu-discussion-viewer
57+ # uses: actions/upload-artifact@v3
58+ # with:
59+ # name: luogu-discussion-viewer
60+ # path: |
61+ # packages/viewer/.next/
62+ # !packages/viewer/.next/cache/
You can’t perform that action at this time.
0 commit comments