Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
W2Wizard committed Oct 8, 2024
1 parent 11f853d commit a537132
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 187 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# -----------------------------------------------------------------------------
# Codam Coding College, Amsterdam @ 2022-2023-2023 by W2Wizard.
# See README in the root project for more information.
# -----------------------------------------------------------------------------

name: Build

#=============================================================================#

on:
push:
branches: [master]
pull_request:
branches: [master]

#=============================================================================#

jobs:
gh-pages:
timeout-minutes: 2
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./web
146 changes: 0 additions & 146 deletions docs/coi-serviceworker.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/demo.js

This file was deleted.

Binary file removed docs/demo.wasm
Binary file not shown.
40 changes: 0 additions & 40 deletions docs/index.html

This file was deleted.

0 comments on commit a537132

Please sign in to comment.