Copy versions.yml file when building the site

This commit is contained in:
Emi
2024-04-16 11:06:03 +02:00
parent 619f4487ee
commit 3c4f7f7b18
2 changed files with 8 additions and 0 deletions

View File

@@ -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