site

Personal site for Zane
Log | Files | Refs

commit 719b2d0dae92b845bc8a49bec1e3aeea9db57aae
parent 47bcf15304fc7af928ade834750a919805872070
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Fri, 17 Nov 2023 16:25:13 -0800

Update main.yml
Diffstat:
M.github/workflows/main.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -16,6 +16,9 @@ jobs: uses: tonynv/asciidoctor-action@master with: 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/ - name: Deploy docs to ghpages uses: peaceiris/actions-gh-pages@v3 with: