Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lettly authored Mar 12, 2024
1 parent e251d06 commit 3f96727
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Build and Deploy React Websites

on:
# Runs on pushes targeting the default branch
Expand All @@ -23,7 +23,7 @@ concurrency:

jobs:
# Single deploy job since we're just deploying
deploy:
Build-Deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -36,6 +36,7 @@ jobs:
with:
node-version: 20.x
cache: 'npm'
- run: npm i
- run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 3f96727

Please sign in to comment.