Skip to content

Commit b654ac2

Browse files
committed
switch to rail-yard
1 parent 9ce9948 commit b654ac2

3 files changed

Lines changed: 1 addition & 118 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,8 @@ jobs:
1212
- name: Checkout Repo
1313
uses: actions/checkout@v2
1414

15-
- name: Setup Julia
16-
uses: julia-actions/setup-julia@v1
17-
with:
18-
version: '1.9'
19-
20-
- name: Install Julia dependencies
21-
run: julia -e 'using Pkg; Pkg.add("ArgParse")'
22-
2315
- name: Process markdown files
24-
run: julia scripts/preprocess.jl --input ./ --output ./build
16+
run: npx https://github.com/The-Nice-One/rail-yard.git preprocess -i ./src -o ./build
2517

2618
- name: Sync docs to wiki
2719
uses: newrelic/wiki-sync-action@main

scripts/preprocess.jl

Lines changed: 0 additions & 109 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)