site

Personal site for Zane
Log | Files | Refs

commit 88b06d10baec3fc2cd4d3af6df561452b698df97
parent 0c7313eadcacc5d590b7296bfafadc32f575b081
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Fri, 17 Nov 2023 16:43:25 -0800

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

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -16,9 +16,6 @@ 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: