Skip to content

Commit a8a088b

Browse files
authored
Syntax Highlighting
1 parent 6a15f7a commit a8a088b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git push origin gh-pages
1818

1919
Once setup you can then include the action in your workflow to trigger on any event that [GitHub actions](https://github.com/features/actions) supports.
2020

21-
```
21+
```workflow
2222
action "Deploy to GitHub Pages" {
2323
uses = "JamesIves/github-pages-deploy-action@master"
2424
env = {
@@ -32,7 +32,7 @@ action "Deploy to GitHub Pages" {
3232

3333
If you'd like to filter the action so it only triggers on a specific branch you can combine it with the filter action. You can find an example of this below.
3434

35-
```
35+
```workflow
3636
workflow "Deploy to Github Pages" {
3737
on = "push"
3838
resolves = ["Deploy to gh-pages"]

0 commit comments

Comments
 (0)