Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 committed Jan 2, 2024
1 parent 0045b45 commit e4829f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_questbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r ./requirements.txt
pip install -r ./buildtools/questbook/requirements.txt
- name: Run Python
env:
DEEPL_AUTH_KEY: ${{ secrets.DEEPL_AUTH_KEY }}
run: python ./translate.py
run: python ./buildtools/questbook/translate.py

- name: Archive Release
run: |
zip -r ./${{ env.NAME }}-${{ env.VERSION }}-ftbquests.zip ./ftbquests-new/
zip -r ./${{ env.NAME }}-${{ env.VERSION }}-ftbquests.zip ./ftbquests-tl/
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e4829f2

Please sign in to comment.