update action

This commit is contained in:
vcoppe
2024-06-19 20:24:44 +02:00
parent aa069847cf
commit 5facb414e2

View File

@@ -3,6 +3,10 @@ on:
push:
branches: 'main'
defaults:
run:
working-directory: website
jobs:
build_site:
runs-on: ubuntu-latest
@@ -46,7 +50,3 @@ jobs:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v4
defaults:
run:
working-directory: website