Skip to content

Commit

Permalink
Add build step check on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Mar 2, 2024
1 parent 426ddc8 commit e436323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:

- name: Lint styles
run: npm run lint:styles

- name: Build
run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
name: Generate Build
name: Generate Build and Deploy to GitHub Pages
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e436323

Please sign in to comment.