Skip to content

Update from https://github.com/nvim-orgmode/orgmode/commit/5368c0b58b… #68

Update from https://github.com/nvim-orgmode/orgmode/commit/5368c0b58b…

Update from https://github.com/nvim-orgmode/orgmode/commit/5368c0b58b… #68

Workflow file for this run

name: Build and Deploy
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pandoc
uses: pandoc/actions/setup@v1
with:
version: 3.5
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run docs:build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: .vitepress/dist