Skip to content

Update 11-subscribe.js #131

Update 11-subscribe.js

Update 11-subscribe.js #131

Workflow file for this run

name: Build and deploy to GitHub Pages
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/[email protected]
- name: Install and build πŸ”§
run: |
npm install
npm run build
- name: Deploy πŸš€
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist