Skip to content

Commit baafe8b

Browse files
committed
more slicing
1 parent 1448ce6 commit baafe8b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/update visual snapshots.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ jobs:
3737
npm install
3838
luarocks install --lua-version=5.1 busted
3939
40-
- name: Generate
40+
- name: Compile stylesheets
41+
run: npm run build:css
42+
43+
- name: Generate HTML from Lua
4144
id: generate-lua
4245
env:
4346
UPDATE_SNAPSHOTS: true
4447
GITHUB_CI: true
4548
run: |
46-
npm run build:css
4749
echo 'GENERATED_ARGS<<EOF' >> "$GITHUB_ENV"
4850
busted -C lua
4951
echo EOF >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)