Skip to content

Commit 8dc75be

Browse files
committed
test pandoc
1 parent 43ae952 commit 8dc75be

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Simple Usage
2+
3+
on: push
4+
5+
jobs:
6+
convert_via_pandoc:
7+
runs-on: ubuntu-22.04
8+
steps:
9+
- uses: docker://pandoc/core:2.9
10+
with:
11+
args: "-s DESCRIPTION.rst AUTHORS.rst -o README.rst"

DESCRIPTION.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
LAMMPS tutorials
2+
================
3+

README.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)