Update CI

This commit is contained in:
Andras Schmelczer 2025-08-31 13:29:09 +01:00
parent 7ea082fecb
commit edd868934f
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 5 additions and 38 deletions

View file

@ -17,7 +17,6 @@ concurrency:
cancel-in-progress: false
jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
@ -31,7 +30,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "."
path: "frontend"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4