Fix indentation for pages action
This commit is contained in:
parent
63bc637ae7
commit
fa098f955d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pages.yml
vendored
6
.github/workflows/pages.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: GitHub Pages
|
name: GitHub Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue