<feed xmlns='http://www.w3.org/2005/Atom'>
<title>LunaticChat.git/.github/workflows/docs.yaml, branch main</title>
<subtitle>A next-generation chat plugin for Paper, Folia and Velocity.
</subtitle>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/LunaticChat.git/'/>
<entry>
<title>ci: merge dokka and docs deploy workflows into ci.yaml</title>
<updated>2026-04-07T08:02:49+00:00</updated>
<author>
<name>Sho Sakuma</name>
<email>me@m1sk9.dev</email>
</author>
<published>2026-04-07T08:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/LunaticChat.git/commit/?id=7013b98779526b2be2c4e34af38e720191d30c6d'/>
<id>7013b98779526b2be2c4e34af38e720191d30c6d</id>
<content type='text'>
Co-Authored-By: Claude &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Claude &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(docs): add path filter and prevent mid-deploy cancellation</title>
<updated>2026-04-07T07:48:29+00:00</updated>
<author>
<name>Sho Sakuma</name>
<email>me@m1sk9.dev</email>
</author>
<published>2026-04-07T07:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/LunaticChat.git/commit/?id=cac8788aa38d56e360e284113867b5cc7bfcfc43'/>
<id>cac8788aa38d56e360e284113867b5cc7bfcfc43</id>
<content type='text'>
- Trigger only on website/ and workflow file changes to avoid
  unnecessary redeploys from unrelated pushes (e.g. Renovate)
- Set cancel-in-progress to false to prevent wrangler deploy
  from being interrupted, which left the site stuck on "Deploying..."

Co-Authored-By: Claude &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Trigger only on website/ and workflow file changes to avoid
  unnecessary redeploys from unrelated pushes (e.g. Renovate)
- Set cancel-in-progress to false to prevent wrangler deploy
  from being interrupted, which left the site stuck on "Deploying..."

Co-Authored-By: Claude &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ci): update working-directory from docs to website in workflows</title>
<updated>2026-04-04T16:21:35+00:00</updated>
<author>
<name>Sho Sakuma</name>
<email>me@m1sk9.dev</email>
</author>
<published>2026-04-04T16:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/LunaticChat.git/commit/?id=298a6288ec774bc6c54d7e50a67020d882e5fb9c'/>
<id>298a6288ec774bc6c54d7e50a67020d882e5fb9c</id>
<content type='text'>
The docs directory was renamed to website in 842bf9d, but the CI and
deploy workflows still referenced the old path, causing build_docs to
fail.

Co-Authored-By: Claude &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docs directory was renamed to website in 842bf9d, but the CI and
deploy workflows still referenced the old path, causing build_docs to
fail.

Co-Authored-By: Claude &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): update jdx/mise-action action to v4</title>
<updated>2026-03-23T16:10:58+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2026-03-23T16:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/LunaticChat.git/commit/?id=85005c18ad353a5ebcbbd15c98b066f762468f69'/>
<id>85005c18ad353a5ebcbbd15c98b066f762468f69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Remove path trigger from push target</title>
<updated>2026-03-09T02:36:59+00:00</updated>
<author>
<name>Sho Sakuma</name>
<email>me@m1sk9.dev</email>
</author>
<published>2026-03-09T02:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/LunaticChat.git/commit/?id=651d5b6e52c28d9441a41dbde118731247d5a7f1'/>
<id>651d5b6e52c28d9441a41dbde118731247d5a7f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Address Copilot review feedback on docs workflow</title>
<updated>2026-03-03T05:27:31+00:00</updated>
<author>
<name>Sho Sakuma</name>
<email>me@m1sk9.dev</email>
</author>
<published>2026-03-03T05:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/LunaticChat.git/commit/?id=84893bc6c55ca5b21ee24870424e47eea7e36c90'/>
<id>84893bc6c55ca5b21ee24870424e47eea7e36c90</id>
<content type='text'>
- Add mise.toml to paths filter for build environment changes
- Add concurrency group to prevent racing deployments
- Remove unused deployments:write permission

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add mise.toml to paths filter for build environment changes
- Add concurrency group to prevent racing deployments
- Remove unused deployments:write permission

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Add Cloudflare Workers deploy workflow for docs</title>
<updated>2026-03-03T05:15:33+00:00</updated>
<author>
<name>Sho Sakuma</name>
<email>me@m1sk9.dev</email>
</author>
<published>2026-03-03T05:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/LunaticChat.git/commit/?id=504317f0102c95da8411f3a886abb28179966bfb'/>
<id>504317f0102c95da8411f3a886abb28179966bfb</id>
<content type='text'>
Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
