We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edc1697 + 4161008 commit a1cae97Copy full SHA for a1cae97
.github/workflows/deploy.yml
@@ -13,8 +13,11 @@ jobs:
13
uses: actions/checkout@master
14
- name: Get the list of modified files only
15
uses: technote-space/get-diff-action@v1
16
- - name: Generate installers
17
- run: pip install toml && python generate.py ${{ env.GIT_DIFF }}
+ - name: Generate installers, update README.md & installers.toml
+ run: |
18
+ pip install toml
19
+ pip install pytablewriter
20
+ python generate.py ${{ env.GIT_DIFF }}
21
- name: Minify generated installers
22
run: ./minify.sh ${{ env.GIT_DIFF }}
23
- name: Create a pull request for README.md & installers.toml updates
0 commit comments