Browse Source

Fixed tag doc target

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
4cb85b09fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/tag_docs.yml

+ 1
- 1
.github/workflows/tag_docs.yml View File

@ -2,7 +2,7 @@ name: Tag Docs
on:
release:
types: [created]
types: [ "published" ]
jobs:
docs:


Loading…
Cancel
Save