Upgrade website yarn dependencies (#252)

This commit is contained in:
Marko Lahma
2024-07-23 10:23:24 +03:00
committed by GitHub
parent 762ed9f36c
commit 6e288c2b5e
2 changed files with 2258 additions and 1988 deletions

View File

@@ -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:
@@ -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 }}