generated fromtc39/template-for-proposals
- Notifications
You must be signed in to change notification settings - Fork4
Meta: Update stage in spec.emu (#58)#76
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:Publish main | |
| on: | |
| push: | |
| branches:[main] | |
| jobs: | |
| publish: | |
| runs-on:ubuntu-latest | |
| steps: | |
| -uses:actions/checkout@v4 | |
| -name:'[node LTS] npm install' | |
| uses:ljharb/actions/node/install@main | |
| with: | |
| node-version:lts/* | |
| -run:npm run build | |
| -name:Publish to gh-pages | |
| uses:JamesIves/github-pages-deploy-action@v4.3.3 | |
| with: | |
| branch:gh-pages | |
| folder:build | |
| clean-exclude:| | |
| pr |