Skip to content

Commit a1cae97

Browse files
authored
Merge pull request #15 from Heshdude/improving-automation
Adding missing package
2 parents edc1697 + 4161008 commit a1cae97

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ jobs:
1313
uses: actions/checkout@master
1414
- name: Get the list of modified files only
1515
uses: technote-space/get-diff-action@v1
16-
- name: Generate installers
17-
run: pip install toml && python generate.py ${{ env.GIT_DIFF }}
16+
- name: Generate installers, update README.md & installers.toml
17+
run: |
18+
pip install toml
19+
pip install pytablewriter
20+
python generate.py ${{ env.GIT_DIFF }}
1821
- name: Minify generated installers
1922
run: ./minify.sh ${{ env.GIT_DIFF }}
2023
- name: Create a pull request for README.md & installers.toml updates

0 commit comments

Comments
 (0)