Github Actions update

This commit is contained in:
2025-05-03 02:52:42 +02:00
parent d45b8d225f
commit aee115aafb
+6
View File
@@ -4,6 +4,12 @@ name: Deploy static content to Pages
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- main
paths:
- 'docs/**'
- '.github/workflows/static_pages.yml'
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions: