chore: remove docusaurus from CI (#1594)

This commit is contained in:
Florian Forster
2021-04-16 08:13:12 +02:00
committed by GitHub
parent 26e1b80c1c
commit 058018a9c0
2 changed files with 2 additions and 18 deletions

View File

@@ -4,12 +4,12 @@ on:
push:
branches: [main, ]
paths-ignore:
- 'site/**'
- 'docs/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths-ignore:
- 'site/**'
- 'docs/**'
schedule:
- cron: '0 12 * * 2'