mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02:00
👷 Adds manual trigger
This commit is contained in:
parent
8593fbfc3c
commit
dc29370542
5
.github/workflows/build-docs-site.yml
vendored
5
.github/workflows/build-docs-site.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
# Builds and published Dashy's documentation website
|
# Builds and published Dashy's documentation website
|
||||||
name: Build Docs Site
|
name: Build Docs Site
|
||||||
on: [push]
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches: [ WEBSITE/docs-site-source ]
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user