mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Merge pull request #800 from Consolatis/ci/web_deploy
CI: automatically rebuild labwc.github.io
This commit is contained in:
commit
50a6c78db0
1 changed files with 24 additions and 0 deletions
24
.github/workflows/labwc.github.io.yml
vendored
Normal file
24
.github/workflows/labwc.github.io.yml
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Triggers a rebuild and deploy of labwc.github.io when man pages change
|
||||
#
|
||||
# https://stackoverflow.com/a/65514259
|
||||
|
||||
name: "labwc.github.io"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'v0.5_disabled'
|
||||
paths:
|
||||
- 'docs/*.scd'
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: labwc.github.io
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.WEB_DEPLOY_TOKEN }}
|
||||
run: |
|
||||
gh api repos/labwc/labwc.github.io/dispatches \
|
||||
--raw-field event_type=rebuild
|
||||
Loading…
Add table
Add a link
Reference in a new issue