Skip to content

Commit ad03abe

Browse files
committed
fix doc ci
1 parent 03e3bf8 commit ad03abe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
name: docs
33
on:
44
push:
5-
tags: ['*']
5+
tags: ["*"]
66
jobs:
77
pub-docs:
88
name: Publish MkDocs
99
runs-on: ubuntu-latest
10-
needs: [export-windows, export-linux, export-mac]
1110
steps:
1211
- uses: actions/checkout@v4
1312
with:

0 commit comments

Comments
 (0)