commit 0c7313eadcacc5d590b7296bfafadc32f575b081
parent 719b2d0dae92b845bc8a49bec1e3aeea9db57aae
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date: Fri, 17 Nov 2023 16:27:04 -0800
Update main.yml
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
program: "asciidoctor -a nofooter -a imagesdir='./img' -a stylesheet='adoc-riak.css' -D out ./src/*.adoc"
- name: Copy over images to output folder
run: |
- cp -r ./img out/
+ cp -r ./img ./out/
- name: Deploy docs to ghpages
uses: peaceiris/actions-gh-pages@v3
with: