File: labwc.github.io.yml

package info (click to toggle)
labwc 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,992 kB
  • sloc: ansic: 34,788; perl: 5,837; xml: 873; sh: 162; python: 131; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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