Skip to content

Commit

Permalink
chore: update visual base images 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Aug 15, 2023
1 parent 655ed21 commit 356bda4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/visual-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,21 @@ concurrency:
cancel-in-progress: true

jobs:
CreateBaseImages:
build:
name: 👷 Build Design System
runs-on: ubuntu-latest
env:
HUSKY: 0
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: ./.github/workflows/actions/setup
- uses: ./.github/workflows/actions/build
screenshots:
name: 📸 Updating Screenshots
runs-on: ubuntu-22.04
needs: [build]
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
Expand Down

0 comments on commit 356bda4

Please sign in to comment.