Commit 03cc798
committed
fix: remove reports/user-test-sarah, and fetch the merge-tag artifact on deploy
Two unrelated corrections, both consequences of the same mistake.
`git add -A` in the previous merge-tags commit swept in work that had nothing to
do with it: reports/user-test-sarah/ (a user-test writeup and 11 screenshots)
and additions to AGENTS.md, published to main under a commit message about the
merge-tag fetcher. Removing the reports directory at Zack's direction. It
remains in history at 5637c2f, so this does not unpublish it; a copy was also
taken outside the repo before removal. The AGENTS.md notes are left in place --
they are accurate documentation and belong here regardless of how they arrived.
The fetch now runs as its own deploy step with MERGE_TAGS_TOKEN, rather than
chained into docs:generate where it took the whole site build down when the
secret did not exist yet. The script still fails hard on a bad fetch: an empty
catalog would render as a product with no merge tags, which reads as a fact
rather than a broken build.1 parent be29ef4 commit 03cc798
13 files changed
Lines changed: 9 additions & 120 deletions
File tree
- .github/workflows
- reports/user-test-sarah
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
| |||
Binary file not shown.
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments