Skip to content

Push activity to commonhaus.github.io #26

Push activity to commonhaus.github.io

Push activity to commonhaus.github.io #26

Workflow file for this run

name: Push discussions and PR activity to commonhaus.github.io
on:
discussion:
issue_comment:
pull_request_target:
types: [opened, edited, reopened, closed]
paths:
- '*.md'
- '*.yaml'
- 'bylaws/**'
- 'policies/**'
push:
branches:
- main
paths:
- '*.md'
- '*.yaml'
- 'bylaws/**'
- 'policies/**'
workflow_dispatch:
jobs:
update-website:
runs-on: ubuntu-latest
if: github.repository == 'commonhaus/foundation-draft'
steps:
- name: Bump website
env:
GH_TOKEN: ${{ secrets.ACTIONS_PUBLISH_PAT }}
run: |
gh workflow run -R commonhaus/commonhaus.github.io gh-pages.yml