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_2024.10.0_Linux.deb
-
gama-platform-jdk - GAMA_2024.10.0_Linux_with_JDK.deb
Important
The following packages are unstable and thus not recommended for normal use.
-
gama-platform-alpha - GAMA_2024.11.0_Linux_11.11.24_b8a5667.deb
-
gama-platform-jdk-alpha - GAMA_2024.11.0_Linux_with_JDK_11.11.24_b8a5667.deb
- Go to your CloudFlare dashboard
- Click on
Workers & Pages
, thenPages
andConnect to git
- Select the repository
- Set framework as
Jekyll
- Set build command as
jekyll build && mv __site/* _site
to 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 -i
apt update
apt install ca-certificates
echo "deb [trusted=yes] https://ppa.gama-platform.org ./" | sudo tee -a /etc/apt/sources.list