Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Brendon-Hablutzel/library_busyness_…
Browse files Browse the repository at this point in the history
…frontend
  • Loading branch information
Brendon-Hablutzel committed Aug 7, 2024
2 parents dc862ff + fe18f84 commit b0a6472
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "22"
node-version: "22.4.1"
- name: Install dependencies
run: npm ci
- name: Build project
Expand All @@ -29,10 +29,9 @@ jobs:
REACT_APP_HISTORICAL_RECORDS_API_URL: ${{ secrets.REACT_APP_HISTORICAL_RECORDS_API_URL }}
REACT_APP_FORECASTS_API_URL: ${{ secrets.REACT_APP_FORECASTS_API_URL }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./dist
# Deployment job
deploy:
environment:
name: github-pages
Expand All @@ -42,4 +41,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit b0a6472

Please sign in to comment.