Skip to content

Commit a537132

Browse files
committed
Add workflow
1 parent 11f853d commit a537132

File tree

5 files changed

+27
-187
lines changed

5 files changed

+27
-187
lines changed

.github/workflows/wasm.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# -----------------------------------------------------------------------------
2+
# Codam Coding College, Amsterdam @ 2022-2023-2023 by W2Wizard.
3+
# See README in the root project for more information.
4+
# -----------------------------------------------------------------------------
5+
6+
name: Build
7+
8+
#=============================================================================#
9+
10+
on:
11+
push:
12+
branches: [master]
13+
pull_request:
14+
branches: [master]
15+
16+
#=============================================================================#
17+
18+
jobs:
19+
gh-pages:
20+
timeout-minutes: 2
21+
runs-on: ubuntu-latest
22+
steps:
23+
- name: Deploy
24+
uses: peaceiris/actions-gh-pages@v4
25+
with:
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
publish_dir: ./web

docs/coi-serviceworker.js

Lines changed: 0 additions & 146 deletions
This file was deleted.

docs/demo.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/demo.wasm

-110 KB
Binary file not shown.

docs/index.html

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)