Skip to content

Commit

Permalink
fix: crawler doesn't have config (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Jack authored Dec 19, 2024
1 parent a5dc71f commit 7c7dd43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Checkout code
uses: actions/checkout@v4

- name: Crawler
run: |
docker run \
Expand Down

0 comments on commit 7c7dd43

Please sign in to comment.