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
Workers & Pages
, then Pages
and Connect to git
Jekyll
jekyll build && mv __site/* _site
to enable the use of redirects and headersBOT_GH_EMAIL
(the email of the bot account)BOT_GH_NAME
(the name of the bot account)sudo -i
apt update
apt install ca-certificates
echo "deb [trusted=yes] https://ppa.gama-platform.org ./" | sudo tee -a /etc/apt/sources.list