Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 60798b9

Browse files
authored
Merge pull request #11 from githubtraining/fix-style-css
CSS file name doesn't match template
2 parents bdba25a + 90a37f3 commit 60798b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ steps:
301301
filename: index.html
302302
action_id: index
303303
- type: gate
304-
left: '/<link rel="stylesheet" href="styles.css">/'
304+
left: '/<link rel="stylesheet" href="style.css">/'
305305
operator: test
306306
right: '%actions.index%'
307307
else:

0 commit comments

Comments
 (0)