diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-09 11:49:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-09 11:49:45 +0900 |
| commit | 04c6a0899093e56552587bddf61256fe434ffebe (patch) | |
| tree | 9a87b822bbd0a940e32e42453c0d3de7d737d020 | |
| parent | 26864e8ccdb2f063c89e0404e54e3dfa58e53059 (diff) | |
| parent | 651d5b6e52c28d9441a41dbde118731247d5a7f1 (diff) | |
| download | LunaticChat-04c6a0899093e56552587bddf61256fe434ffebe.tar.gz LunaticChat-04c6a0899093e56552587bddf61256fe434ffebe.tar.bz2 LunaticChat-04c6a0899093e56552587bddf61256fe434ffebe.zip | |
Merge pull request #135 from m1sk9/fix/docs-deploy-ci-trigger
fix(ci): Fixed an issue where document deployment was not performed successfully
| -rw-r--r-- | .github/workflows/docs.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4e00bf2..c4643bd 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -4,9 +4,6 @@ on: push: branches: - main - paths: - - "docs/**" - - "mise.toml" workflow_dispatch: jobs: |
