Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Aug 13, 2023
1 parent a3e98be commit b049df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: guide
name: guides
path: out

- name: Configure AWS Credentials
Expand Down

0 comments on commit b049df7

Please sign in to comment.