Skip to content

Commit

Permalink
Showcase thumbnail images and validation steps in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Feb 9, 2024
1 parent d16d83c commit fb25417
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'true'

- name: npm install
run: npm install
- name: Validate the source files 🔬
run: npm run validate
- name: Generate thumbnail images 🖨️
run: npm run thumbnails

- name: Install and Build 🔧
uses: ruby/setup-ruby@v1
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit fb25417

Please sign in to comment.