Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update from https://github.com/nvim-orgmode/orgmode/commit/1f4112132b…#91

Update from https://github.com/nvim-orgmode/orgmode/commit/1f4112132b…

Update from https://github.com/nvim-orgmode/orgmode/commit/1f4112132b… #91

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/github-pages-deploy-action@v4.3.3
with:
branch:gh-pages
folder:.vitepress/dist

[8]ページ先頭

©2009-2025 Movatter.jp