This action creates a GitHub Pages site using Jekyll and CloudFlare Pages.
It is triggered by either a workflow_dispatch or a workflow_call event, both with the tag input referring to the tag attached to the release you wish to publish.
To see how to install these packages on your system, head over to the ppa web page.
-
gama-platform - GAMA_2025.06.4_Linux.deb
-
gama-platform-jdk - GAMA_2025.06.4_Linux_with_JDK.deb
Important
The following packages are unstable and thus not recommended for normal use.
-
gama-platform-alpha - GAMA_2025.09.0_Linux_17.09.25_860732f.deb
-
gama-platform-jdk-alpha - GAMA_2025.09.0_Linux_with_JDK_17.09.25_860732f.deb
- Go to your CloudFlare dashboard
- Click on
Workers & Pages, thenPagesandConnect to git - Select the repository
- Set framework as
Jekyll - Set build command as
jekyll build && mv __site/* _siteto enable the use of redirects and headers - Set the following secrets:
BOT_GH_EMAIL(the email of the bot account)BOT_GH_NAME(the name of the bot account)
- Trigger the action and you are good to go 🎉! To add the repository do the following commands:
sudo apt update
sudo apt install ca-certificates
echo "deb [trusted=yes] https://ppa.gama-platform.org ./" | sudo tee -a /etc/apt/sources.list