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 8978daa commit c78d0aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
---
name: Publish docs
on: # yamllint disable-line rule:truthy
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:
push:
branches: ['docs*']
tags: ['v*']

permissions:
contents: read

jobs:
publish-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c78d0aa

Please sign in to comment.