Skip to content

Deploy default-keybindings.md #244

Deploy default-keybindings.md

Deploy default-keybindings.md #244

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [master, vspacecode-next, which-key-next]
pull_request:
branches: [master, vspacecode-next, which-key-next]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- uses: bahmutov/npm-install@v1
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Deploy to GitHub Pages
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build