Update pages.yml
This commit is contained in:
parent
b2a3d72b6b
commit
42d91e95aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
git checkout --orphan gh-pages
|
git checkout --orphan gh-pages
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "<h1>hello there</h1>" > index.html
|
echo "<h1>hello there</h1><p>stranger</p>" > index.html
|
||||||
|
|
||||||
DIRTY=$(git status --short | wc -l)
|
DIRTY=$(git status --short | wc -l)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue