update workflow

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-27 13:30:14 +02:00
parent 85ccfe2313
commit aca2375b59
+3 -1
View File
@@ -1,4 +1,4 @@
name: Build & Deploy GitHub Pages
name: github-pages
on:
push:
@@ -14,6 +14,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: pages-checkout
uses: actions/checkout@v4
@@ -41,6 +42,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}