Skip to content

Commit

Permalink
Update generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickwasused committed Feb 25, 2023
1 parent 7a40f94 commit bf263bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Run
- name: Generate stations.json
run: deno task run
- run: python database.py
- name: Release
- name: Generate aral.db
run: python database.py
- name: create Release
uses: fnkr/github-action-ghr@v1
env:
GHR_PATH: out/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bf263bb

Please sign in to comment.