chore: wait for netlify before scraping

This commit is contained in:
Tony 2022-08-29 00:50:48 +08:00 committed by GitHub
parent 7c7d96013c
commit 42768369ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -5,12 +5,15 @@ on:
branches:
- master
paths:
- '.github/workflows/scrape.yml'
- 'docs/**'
jobs:
scrape-docs:
runs-on: ubuntu-latest
steps:
- name: Wait for Netlify to finish
run: sleep 3m
- name: Checkout
uses: actions/checkout@v3
- name: Run docs-scraper