Skip to content

Commit

Permalink
fix: remove deprecated completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Gelloz committed Oct 29, 2024
1 parent c78d0aa commit 62edc0c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: Publish docs
on:

Check warning on line 3 in .github/workflows/docs.yml

View workflow job for this annotation

GitHub Actions / lintyaml

3:1 [truthy] truthy value should be one of [false, true]
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths:
- "cmd/docgen.go"
- "**.md"
push:
branches: ['docs*']
tags: ['v*']
branches: [main]

jobs:
publish-docs:
Expand Down

0 comments on commit 62edc0c

Please sign in to comment.