diff --git a/.github/workflows/friend_circle_lite.yml b/.github/workflows/friend_circle_lite.yml index b5df161..5edf58e 100644 --- a/.github/workflows/friend_circle_lite.yml +++ b/.github/workflows/friend_circle_lite.yml @@ -64,7 +64,7 @@ jobs: - name: Commit changes run: | mkdir pages - cp -r main ./static/index.html ./static/readme.md all.json errors.json pages/ + cp -r main ./static/index.html ./static/readme.md ./static/favicon.ico all.json errors.json pages/ cd pages git init git add . diff --git a/readme.md b/readme.md index 26b7dfb..2210a30 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@