We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ae952 commit 8dc75beCopy full SHA for 8dc75be
3 files changed
.github/workflows/convert_readme.yml
@@ -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
@@ -0,0 +1,3 @@
+LAMMPS tutorials
+================
README.rst
0 commit comments