mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Copy versions.yml file when building the site
This commit is contained in:
4
.github/workflows/build-website.yml
vendored
4
.github/workflows/build-website.yml
vendored
@@ -36,6 +36,10 @@ jobs:
|
||||
|
||||
- name: Build the static website
|
||||
run: bundle exec jekyll build
|
||||
|
||||
# copy the versions.yml file to the root of the _site folder
|
||||
- name: Copy versions.yml to _site
|
||||
run: cp _data/versions.yml _site/versions.yml
|
||||
|
||||
# Publish the build results
|
||||
|
||||
|
||||
Reference in New Issue
Block a user