File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,14 +16,11 @@ jobs:
1616 - name : Setup Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.8'
20-
21- - name : Upgrade pip
22- run : python3 -m pip install --upgrade pip
19+ python-version : ' 3.10'
2320
2421 - name : Install Bikeshed
2522 run : |
26- python3 -m pip install --upgrade bikeshed
23+ pipx install bikeshed
2724 bikeshed update
2825
2926 - name : Generate HTML
Original file line number Diff line number Diff line change @@ -16,14 +16,11 @@ jobs:
1616 - name : Setup Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.8'
20-
21- - name : Upgrade pip
22- run : python3 -m pip install --upgrade pip
19+ python-version : ' 3.10'
2320
2421 - name : Install Bikeshed
2522 run : |
26- python3 -m pip install --upgrade bikeshed
23+ pipx install bikeshed
2724 bikeshed update
2825
2926 - name : Generate HTML
Original file line number Diff line number Diff line change @@ -16,14 +16,11 @@ jobs:
1616 - name : Setup Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.8'
20-
21- - name : Upgrade pip
22- run : python3 -m pip install --upgrade pip
19+ python-version : ' 3.10'
2320
2421 - name : Install Bikeshed
2522 run : |
26- python3 -m pip install --upgrade bikeshed
23+ pipx install bikeshed
2724 bikeshed update
2825
2926 - name : Adjust document status and URLs
8582 publish_dir : ./publish
8683 publish_branch : solid-tr-publication
8784 personal_token : ${{ secrets.GITHUB_TOKEN }}
88-
Original file line number Diff line number Diff line change @@ -16,14 +16,11 @@ jobs:
1616 - name : Setup Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.8'
20-
21- - name : Upgrade pip
22- run : python3 -m pip install --upgrade pip
19+ python-version : ' 3.10'
2320
2421 - name : Install Bikeshed
2522 run : |
26- python3 -m pip install --upgrade bikeshed
23+ pipx install bikeshed
2724 bikeshed update
2825
2926 - name : Adjust document status and URLs
8582 publish_dir : ./publish
8683 publish_branch : solid-tr-publication
8784 personal_token : ${{ secrets.GITHUB_TOKEN }}
88-
Original file line number Diff line number Diff line change 22
33# Requires
44# python3 -m pip install --upgrade pip
5- # python3 -m pip install --upgrade bikeshed
5+ # pipx install bikeshed
66# bikeshed update (to get the latest autolinking data)
77
88for bsdoc in ./* .bs ./** /* .bs; do bikeshed spec $bsdoc ; done
You can’t perform that action at this time.
0 commit comments