GitHub action to build RenPy project for web
- Quickstart
- Parameters
- Mission
- Open Source Project
- Features
- Requirements
- Development Status
- Examples
- Contributing
- FAQ
name: Build RenPy
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install RenPy
uses: PaxlavaGames/renpy-install@v0.3.0
with:
version: "8.2.0"
download_web: "yes"
- name: Build RenPy
uses: PaxlavaGames/renpy-web-build@v0.1.2
uses: PaxlavaGames/renpy-install@main
uses: PaxlavaGames/renpy-web-build@main
path
- path torenpy
project folder (In this folder there isgame
folder). Default value ="."
(current directory) For example in this repository it's.testing
name: Lint RenPy
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install RenPy
uses: PaxlavaGames/renpy-install@v0.3.0
with:
version: "8.2.0"
download_web: "yes"
- name: Build RenPy
uses: PaxlavaGames/renpy-web-build@0.1.2
with:
path: "./testing"
To create useful and user-friendly GitHub action for RenPy projects
This is the open source project with MIT license. Be free to use, fork, clone and contribute.
Build RenPy project only for WEB To make other builds use renpy-build To lint RenPy project use renpy-lint
RenPy SDK version >= 8.2.0
This is BETA Version. Be careful. If you find a bug or imagine a feature, please share.
GitHub's repositories which use this action
- fun-adventure-in-turkey (Visual Novel on RenPy)
You are welcome! To easy start please check:
Empty yet