File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Deploy site
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
push :
5
6
branches : [master]
6
7
paths-ignore : ['docs/assets/keymap*.json', 'README.md']
20
21
21
22
- name : Get versions
22
23
id : version
23
- env :
24
- GH_TOKEN : ${{ github.token }}
24
+ env : { GH_TOKEN: "${{ github.token }}" }
25
25
run : |
26
26
echo "lxl=$(gh -R lite-xl/lite-xl release list --exclude-drafts --exclude-pre-releases --limit 1 --json tagName --jq .[].tagName)" >> "$GITHUB_OUTPUT"
27
27
echo "keymap=$(jq -r .version docs/assets/keymap.json)" >> "$GITHUB_OUTPUT"
98
98
run : npm run build
99
99
100
100
- name : Upload page artifact
101
- id : deployment
102
101
uses : actions/upload-pages-artifact@v3
103
102
with : { path: site }
104
103
@@ -117,4 +116,4 @@ jobs:
117
116
steps :
118
117
- name : Deploy to GitHub Pages
119
118
id : deployment
120
- uses : actions/deploy-pages@v4
119
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 39
39
- { runs_on: 'ubuntu-latest', suffix: '' }
40
40
- { runs_on: 'macos-latest', suffix: '-macos' }
41
41
runs-on : ${{ matrix.platform.runs_on }}
42
- steps :
43
42
43
+ steps :
44
44
- name : Checkout
45
45
uses : actions/checkout@v4
46
46
@@ -100,7 +100,6 @@ jobs:
100
100
pull-requests : write
101
101
102
102
steps :
103
-
104
103
- name : Checkout
105
104
uses : actions/checkout@v4
106
105
@@ -118,5 +117,4 @@ jobs:
118
117
This is an automated PR that updates keymap.json and keymap-macos.json
119
118
based on changes in Lite XL ${{ inputs.lite_xl_version }}.
120
119
commit-message : Update keymap.json and keymap-macos.json with changes from ${{ inputs.lite_xl_version }}
121
- add-paths : |
122
- docs/assets/keymap*.json
120
+ add-paths : docs/assets/keymap*.json
You can’t perform that action at this time.
0 commit comments