Skip to content

Commit 99bc51f

Browse files
wphillipmooreclaude
andcommitted
chore: migrate to reusable publish/docs workflows
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1fd9f80 commit 99bc51f

5 files changed

Lines changed: 39 additions & 104 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/publish-docs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Publish docs
2+
3+
on:
4+
push:
5+
branches: [develop, main]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
publish:
13+
uses: wphillipmoore/standard-actions/.github/workflows/publish-docs.yml@v1.5
14+
with:
15+
pre-deploy-command: >-
16+
uv sync --frozen --group docs &&
17+
git clone --depth 1 --branch develop
18+
https://github.com/wphillipmoore/mq-rest-admin-common.git
19+
.mq-rest-admin-common
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Publish release
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
permissions:
8+
attestations: write
9+
contents: write
10+
id-token: write
11+
pull-requests: write
12+
13+
jobs:
14+
publish:
15+
uses: wphillipmoore/standard-actions/.github/workflows/publish-release.yml@v1.5
16+
secrets: inherit

.github/workflows/publish.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

standard-tooling.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ codex = "Co-Authored-By: wphillipmoore-codex <255923655+wphillipmoore-codex@user
1313
versions = ["3.12", "3.13", "3.14"]
1414
integration-tests = true
1515

16+
[publish]
17+
release = true
18+
docs = true
19+
1620
[dependencies]
1721
standard-tooling = "v1.4"

0 commit comments

Comments
 (0)