| name: Node.js CI | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Setup Node.js | |
| uses: actions/setup-node@v3 | |
| with: | |
| node-version: 14.x | |
| - name: Repository Dispatch | |
| uses: peter-evans/repository-dispatch@v2.0.1 | |
| with: | |
| token: ${{ secrets.t }} | |
| event-type: update | |
| repository: PenguinMod/penguinmod.github.io | |