We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c59d2e commit 0d1f861Copy full SHA for 0d1f861
.github/workflows/deploy.yml
@@ -9,17 +9,17 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
- name: Build html5
12
- uses: armory3d/armory_gh_actions@v0.1.10
+ uses: armory3d/armory_gh_actions@v0.1.12
13
with:
14
publish: html5
15
blend: jenga.blend
16
- name: Deploy html5 to gh-pages
17
- uses: JamesIves/github-pages-deploy-action@4.1.5
+ uses: JamesIves/github-pages-deploy-action@4.3.0
18
19
branch: gh-pages
20
folder: build_jenga/html5
21
- name: Buid krom-linux
22
23
24
publish: krom-linux
25
@@ -28,4 +28,3 @@ jobs:
28
29
name: krom-linux
30
path: build_jenga/krom-linux
31
-
0 commit comments