Skip to content

Commit ec964ed

Browse files
committed
Update README.md
and Fix Deployment
1 parent e766f09 commit ec964ed

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/build+deploy.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v3
3232

33-
# - name: Setup Python
34-
# if: github.event.inputs.do-deploy == 'true'
35-
# uses: actions/setup-python@v2
36-
# with:
37-
# python-version: '3.9.13'
38-
#
39-
# - name: Install Python module
40-
# if: github.event.inputs.do-deploy == 'true'
41-
# run: |
42-
# python -m pip install --upgrade pip
43-
# #linux: pip3 install gh-md-to-html
44-
# python -m pip install gh-md-to-html
45-
#
46-
# - name: Convert md file
47-
# if: github.event.inputs.do-deploy == 'true'
48-
# run: |
49-
# mkdir temp
50-
# copy .\README.md temp
51-
# cd temp
52-
# #linux: gh-md-to-html README.md -c "" -w . --math false --box-width 24.25cm
53-
# python -m gh_md_to_html README.md -c . -w . --math false --box-width 24.25cm
54-
# move .\README.html ..
55-
# move .\images\ ..
56-
# cd ..
57-
# Remove-Item -LiteralPath "temp" -Force -Recurse
33+
- name: Setup Python
34+
if: github.event.inputs.do-deploy == 'true'
35+
uses: actions/setup-python@v2
36+
with:
37+
python-version: '3.9.13'
38+
39+
- name: Install Python module
40+
if: github.event.inputs.do-deploy == 'true'
41+
run: |
42+
python -m pip install --upgrade pip
43+
#linux: pip3 install gh-md-to-html
44+
python3 -m pip install gh-md-to-html
45+
46+
- name: Convert md file
47+
if: github.event.inputs.do-deploy == 'true'
48+
run: |
49+
mkdir temp
50+
copy .\README.md temp
51+
cd temp
52+
#linux: gh-md-to-html README.md -c "" -w . --math false --box-width 24.25cm
53+
python3 -m gh_md_to_html README.md -c "" -w . --math false --box-width 24.25cm
54+
move .\README.html ..
55+
move .\images\ ..
56+
cd ..
57+
Remove-Item -LiteralPath "temp" -Force -Recurse
5858
5959
- name: Setup MSBuild.exe
6060
uses: microsoft/setup-msbuild@v1.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ For convenience, you can download the source code with prebuilt binaries under [
6060
- based on a template by [Nick Carruthers](https://www.codeproject.com/script/Membership/View.aspx?mid=161)
6161
- this shell extension: [thomas694](https://github.com/thomas694/DFTContextMenuHandler)
6262

63-
## License <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0"><img alt="GNU GPLv3 license" style="border-width:0" src="https://img.shields.io/badge/License-GPLv3-blue.svg" /></a>
63+
## License <a id="a1" rel="license" href="https://www.gnu.org/licenses/gpl-3.0"><img id="i1" alt="GNU GPLv3 license" style="border-width:0" src="https://img.shields.io/badge/License-GPLv3-blue.svg" /></a>
6464

6565
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">DFTContextMenuHandler</span> by thomas694
66-
is licensed under <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0">GNU GPLv3</a>.<br/>
66+
is licensed under <a id="a2" rel="license" href="https://www.gnu.org/licenses/gpl-3.0">GNU GPLv3</a>.<br/>
6767
Based on a template from a disappeared source (should have been on CodeProject).

0 commit comments

Comments
 (0)