mirror of
https://github.com/godotengine/godot-benchmarks-results.git
synced 2026-01-06 14:11:25 +03:00
GitHub Actions: Update godot-benchmarks repository URL
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -16,12 +16,11 @@ jobs:
|
|||||||
- name: Generate class reference table and build website
|
- name: Generate class reference table and build website
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: '0.117.0'
|
HUGO_VERSION: '0.117.0'
|
||||||
# TODO: Use godotengine organization URL and master branch.
|
|
||||||
run: |
|
run: |
|
||||||
curl -LO "https://github.com/gohugoio/hugo/releases/download/v$HUGO_VERSION/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz"
|
curl -LO "https://github.com/gohugoio/hugo/releases/download/v$HUGO_VERSION/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz"
|
||||||
tar xf "hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" hugo
|
tar xf "hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" hugo
|
||||||
sudo mv hugo /usr/local/bin/
|
sudo mv hugo /usr/local/bin/
|
||||||
git clone --depth=1 https://github.com/Calinou/godot-benchmarks.git --branch=add-web-interface
|
git clone --depth=1 https://github.com/godotengine/godot-benchmarks.git
|
||||||
# Copy benchmark JSONs to the web source so they can be included in the built website.
|
# Copy benchmark JSONs to the web source so they can be included in the built website.
|
||||||
cp 2*.md godot-benchmarks/web/content
|
cp 2*.md godot-benchmarks/web/content
|
||||||
ls -l godot-benchmarks/web/content
|
ls -l godot-benchmarks/web/content
|
||||||
|
|||||||
Reference in New Issue
Block a user