Create .nojekyll file on the fly

This makes the repository's main view more lean.
This commit is contained in:
Hugo Locurcio
2023-07-04 19:21:42 +02:00
parent 252541194b
commit 3d987e6e41
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,8 @@ 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 .nojekyll index.html dist/
cp -r thirdparty/ statistics.json index.html dist/
touch dist/.nojekyll
ls -la dist/*
- name: Minify files