Skip to content

Reframe governance into sections of bylaws #12

Reframe governance into sections of bylaws

Reframe governance into sections of bylaws #12

Workflow file for this run

name: Check Markdown Links
on:
pull_request:
push:
workflow_dispatch:
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.5'
cache: 'npm'
- name: Check markdown links
run: |
npm ci
npm run test
- id: website-bump
env:
GH_TOKEN: ${{ secrets.ACTIONS_PUBLISH_PAT }}
run: |
gh workflow run -R commonhaus/commonhaus.github.io gh-pages.yml