mirror of
https://github.com/godotengine/issue-stats.git
synced 2026-01-01 01:48:12 +03:00
Create .nojekyll file on the fly
This makes the repository's main view more lean.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user