lol
This commit is contained in:
commit
a4946f0117
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install latest stable
|
- name: Install latest stable
|
||||||
|
@ -28,6 +28,8 @@ jobs:
|
||||||
cp index.html transport/
|
cp index.html transport/
|
||||||
cp target/wasm32-unknown-unknown/release/BeepSortMacroQuad.d transport/
|
cp target/wasm32-unknown-unknown/release/BeepSortMacroQuad.d transport/
|
||||||
cp target/wasm32-unknown-unknown/release/BeepSortMacroQuad.wasm transport/
|
cp target/wasm32-unknown-unknown/release/BeepSortMacroQuad.wasm transport/
|
||||||
|
- name: ls
|
||||||
|
run: ls
|
||||||
- name: rsync files
|
- name: rsync files
|
||||||
uses: burnett01/rsync-deployments@5.2
|
uses: burnett01/rsync-deployments@5.2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue