fix(core): update
This commit is contained in:
		| @@ -101,17 +101,10 @@ jobs: | ||||
|     - name: Trigger | ||||
|       run: npmci trigger | ||||
|  | ||||
|     - name: Build docs and upload artifacts | ||||
|     - name: Build docs | ||||
|       run: | | ||||
|         npmci node install stable | ||||
|         npmci npm install | ||||
|         pnpm install -g @gitzone/tsdoc | ||||
|         npmci command tsdoc | ||||
|       continue-on-error: true | ||||
|  | ||||
|     - name: Upload artifacts | ||||
|       uses: actions/upload-artifact@v2 | ||||
|       with: | ||||
|         name: public | ||||
|         path: public | ||||
|         retention-days: 7 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user