diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d719081..9bf1ba3 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.

How are you today?

" > index.html + echo "

hello there.

How are you today kind person?

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