Skip to content

Commit

Permalink
move database generation to generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickwasused committed Feb 25, 2023
1 parent d1574c4 commit 7a40f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/database.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Run
run: deno task run
- run: python database.py
- name: Release
uses: fnkr/github-action-ghr@v1
env:
Expand Down

0 comments on commit 7a40f94

Please sign in to comment.