Skip to content

Commit

Permalink
Upgrade website yarn dependencies (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored Jul 23, 2024
1 parent 762ed9f commit 6e288c2
Show file tree
Hide file tree
Showing 2 changed files with 2,285 additions and 2,015 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@ name: website

on:
push:
branches: ["main", "website"]
branches:
- main
paths:
- 'website/**'

pull_request:
branches:
- main
paths:
- 'website/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -40,6 +49,7 @@ jobs:

# Deployment job
deploy:
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
Loading

0 comments on commit 6e288c2

Please sign in to comment.