Skip to content

Commit 3c60f2c

Browse files
committed
test(docs): add forks/amsterdocs to allowlist for testing
- Temporary entry to test producer workflow from ephemeral branch. - Disable docc build (slow) and use placeholder for spec/index.html. - Remove after testing is complete.
1 parent edecf08 commit 3c60f2c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/configs/docs-branches.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ branches:
1818
label: "Amsterdam"
1919
- path: "devnets/amsterdam/2"
2020
label: "Amsterdam Devnet 2"
21+
# TEMPORARY: Remove after testing
22+
- path: "forks/amsterdocs"
23+
label: "Test Branch"

.github/workflows/docs-build.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,16 @@ jobs:
146146
147147
- name: Build rendered spec
148148
run: |
149-
uv run docc --output .tox/docs-spec
149+
# TODO: Re-enable docc build after testing (slow)
150+
# uv run docc --output .tox/docs-spec
151+
mkdir -p .tox/docs-spec
152+
cat > .tox/docs-spec/index.html << 'EOF'
153+
<!DOCTYPE html>
154+
<html>
155+
<head><title>Spec Placeholder</title></head>
156+
<body><h1>Spec documentation placeholder</h1><p>Full spec docs coming soon.</p></body>
157+
</html>
158+
EOF
150159
151160
- name: Stage artifact contents
152161
run: |

0 commit comments

Comments
 (0)