From b049df788a5971147d99b58b69228cbab4050b71 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sun, 13 Aug 2023 22:40:22 +0200 Subject: [PATCH] Initial Commit --- .github/workflows/convert.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/convert.yml b/.github/workflows/convert.yml index 951872a..a91d953 100644 --- a/.github/workflows/convert.yml +++ b/.github/workflows/convert.yml @@ -27,8 +27,8 @@ jobs: find out -name "*.png" -exec oxipng/oxipng --strip safe {} \; - uses: actions/upload-artifact@v3 with: - name: guide - path: build/guide/ + name: guides + path: out # This job publishes the release version of guides to S3 publish-web-release: @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/download-artifact@v3 with: - name: guide + name: guides path: out - name: Configure AWS Credentials