mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 08:44:33 +02:00
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user