Add favicon and meta tags

This commit is contained in:
Hugo Locurcio
2023-07-05 14:07:43 +02:00
parent 31b3f77a92
commit 5de6d0e42c
3 changed files with 7 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
GODOT_ISSUES_STATS_GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" ./build.py
# Deploy all the files we need in the generated site to the `dist/` folder.
mkdir -p dist/
cp -r thirdparty/ statistics.json index.html dist/
cp -r thirdparty/ statistics.json index.html favicon.png dist/
touch dist/.nojekyll
ls -la dist/*