Creating 01JHU_INST-sais_europe Customization Package Zip #466
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Create the customization package | |
| run-name: Creating 01JHU_INST-sais_europe Customization Package Zip | |
| on: [push, workflow_dispatch] | |
| jobs: | |
| create-package: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v3 | |
| - name: Use Node.js 16 | |
| uses: actions/setup-node@v3 | |
| with: | |
| node-version: 16.x | |
| - name: Build | |
| run: | | |
| npm install | |
| gulp cleanCSS | |
| gulp styles | |
| - name: Archive production artifacts | |
| uses: actions/upload-artifact@v4 | |
| with: | |
| name: 01JHU_INST-sais_europe | |
| path: ./**/01JHU_INST-sais_europe |