|
32 | 32 | - name: Validation |
33 | 33 | run: npm run validate-docs |
34 | 34 |
|
35 | | - - name: Archive internal-tools artifacts |
36 | | - uses: actions/upload-artifact@v3 |
37 | | - with: |
38 | | - name: internal-tools-artifacts |
39 | | - path: artifacts/internal-tools/ |
40 | | - retention-days: 7 |
41 | | - |
42 | 35 | build: |
43 | 36 | runs-on: ubuntu-latest |
44 | 37 | name: ContentMap |
|
63 | 56 | - name: Generate ContentMaps |
64 | 57 | run: npm run generate-content-map |
65 | 58 |
|
66 | | - - name: Archive internal-tools artifacts |
67 | | - uses: actions/upload-artifact@v3 |
68 | | - with: |
69 | | - name: internal-tools-artifacts |
70 | | - path: artifacts/internal-tools/ |
71 | | - retention-days: 7 |
72 | | - |
73 | 59 | link: |
74 | 60 | runs-on: ubuntu-latest |
75 | 61 | name: Check links |
|
96 | 82 |
|
97 | 83 | - name: Check links |
98 | 84 | run: npm run validate-links |
99 | | - |
100 | | - - name: Archive internal-tools artifacts |
101 | | - uses: actions/upload-artifact@v3 |
102 | | - with: |
103 | | - name: internal-tools-artifacts |
104 | | - path: artifacts/internal-tools/ |
105 | | - retention-days: 7 |
106 | | - |
107 | | - # modules: |
108 | | - # runs-on: ubuntu-latest |
109 | | - # name: Check modules guide |
110 | | - # steps: |
111 | | - |
112 | | - # - name: Checkout |
113 | | - # uses: actions/checkout@v4 |
114 | | - |
115 | | - # - name: Setup Node.js |
116 | | - # uses: actions/setup-node@v4 |
117 | | - # with: |
118 | | - # node-version: ${{ env.nodeVersion }} |
119 | | - |
120 | | - # - name: Set up .NET |
121 | | - # uses: actions/setup-dotnet@v4 |
122 | | - # with: |
123 | | - # dotnet-version: ${{ env.dotNetVersion }} |
124 | | - |
125 | | - # - name: Install dependencies |
126 | | - # run: npm install |
127 | | - |
128 | | - # - name: Check modules guide |
129 | | - # run: npm run validate-modules-guide |
130 | | - |
131 | | - # - name: Archive internal-tools artifacts |
132 | | - # uses: actions/upload-artifact@v3 |
133 | | - # with: |
134 | | - # name: internal-tools-artifacts |
135 | | - # path: artifacts/internal-tools/ |
136 | | - # retention-days: 7 |
0 commit comments