Compare commits

...

6 Commits

Author SHA1 Message Date
McAlister Marshall 38e28cd13c Update bylaws.org
release / release (push) Successful in 10m21s Details
2025-04-29 01:23:11 +00:00
Reily Siegel 7711abe0c4
Add Rush Officer. 2025-03-12 15:49:29 -04:00
Reily Siegel 6f9671c4fe
Remove changes not approved by the BOD. 2025-03-11 18:08:31 -04:00
Reily Siegel e56e86595d
Additional changes implied by motions in Chapter Council 2025-02-23. 2025-02-26 14:46:44 -05:00
Reily Siegel 7ee62c0d96
Update bylaws Chapter Council 2025-02-23. 2025-02-26 14:45:41 -05:00
Reily Siegel 3ffd883057
chore: Use Gitea Actions for CI.
release / release (push) Successful in 5m59s Details
2023-10-23 11:53:33 -04:00
3 changed files with 1078 additions and 1056 deletions

View File

@ -1,23 +0,0 @@
kind: pipeline
name: ccr
type: docker
steps:
- name: generate-pdf
image: git.axpdsp.org/parliamentarian/bylaw-builder
commands:
- "make"
- "echo $DRONE_TAG > title"
- name: publish
image: plugins/gitea-release
settings:
base_url: https://git.axpdsp.org
api_key:
from_secret: api_key
files:
- bylaws.pdf
title: title
trigger:
event:
- tag

View File

@ -0,0 +1,28 @@
name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: bylaw-builder
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Build
run: make
- name: Release
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
files: |-
bylaws.pdf
api_key: '${{secrets.RELEASE_TOKEN}}'

2083
bylaws.org

File diff suppressed because it is too large Load Diff