Skip to content
Snippets Groups Projects
Commit 7440ea06 authored by pruizf's avatar pruizf
Browse files

correct paths

parent e1d2accc
No related merge requests found
Pipeline #34607 passed with stages
in 9 seconds
#!/bin/bash
asciidoctor index.adoc ../public/index.html
#cp -r site/{img,styles} public/.
asciidoctor site/index.adoc public/index.html
cp -r site/{img,styles} public/.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment