mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 19:04:48 -04:00
Removed web deployment
This commit is contained in:
parent
bc3a132a84
commit
ee5a716550
1 changed files with 0 additions and 37 deletions
37
.github/workflows/dev-web.yml
vendored
37
.github/workflows/dev-web.yml
vendored
|
@ -1,37 +0,0 @@
|
||||||
name: "dev-web"
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [master, main]
|
|
||||||
|
|
||||||
env:
|
|
||||||
GODOT_VERSION: 3.2.3
|
|
||||||
EXPORT_NAME: CozyPixelStudio
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
export-web:
|
|
||||||
name: Web Export 🌐
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: docker://barichello/godot-ci:3.2.3
|
|
||||||
steps:
|
|
||||||
- name: Checkout 🛎️
|
|
||||||
uses: actions/checkout@v1
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
- name: Setup 💻
|
|
||||||
run: |
|
|
||||||
mkdir -v -p build/web ~/.local/share/godot/templates
|
|
||||||
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
|
||||||
- name: Web Build 🔧
|
|
||||||
run: godot -v --export "HTML5" ./build/web/index.html
|
|
||||||
- name: Install rsync 📚
|
|
||||||
run: |
|
|
||||||
apt-get update && apt-get install -y rsync
|
|
||||||
- name: Deploy 🚀
|
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
|
||||||
with:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
BRANCH: gh-pages # The branch the action should deploy to.
|
|
||||||
FOLDER: build/web # The folder the action should deploy.
|
|
||||||
TARGET_FOLDER: early_access
|
|
Loading…
Add table
Reference in a new issue