Skip to content

[NNotepad] Fix #255 call refresh() when editor changes by typing, pas… #177

[NNotepad] Fix #255 call refresh() when editor changes by typing, pas…

[NNotepad] Fix #255 call refresh() when editor changes by typing, pas… #177

Workflow file for this run

name: deploy
on:
push:
branches:
- master
jobs:
job:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v4
with:
persist-credentials: false
submodules: recursive
- name: Lint
run: |
npm install
npm run lint
- name: Deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
BRANCH: gh-pages
FOLDER: .
CLEAN: true