Skip to content

Fix "Add publish button" and "Delete post" sections #43

Fix "Add publish button" and "Delete post" sections

Fix "Add publish button" and "Delete post" sections #43

Workflow file for this run

name: Build
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build
run: |
npm install
npx honkit build