Skip to content

feat: Add basic editing options ✏️ pull request #20 from 1-Harshit/ed… #13

feat: Add basic editing options ✏️ pull request #20 from 1-Harshit/ed…

feat: Add basic editing options ✏️ pull request #20 from 1-Harshit/ed… #13

Workflow file for this run

name: Ed-Eater deployment
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
env:
CI: false
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build