diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6a4d09d..de8e81b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -28,7 +28,7 @@ jobs: git checkout --orphan gh-pages fi - echo "

hello there

stranger

" > index.html + echo "

hello there.

How are You?

" > index.html DIRTY=$(git status --short | wc -l)