Skip to content

Commit

Permalink
build site
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Jul 8, 2024
1 parent ea64c44 commit 62d8b53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: mymindstorm/setup-emsdk@v14
- name: Setup Ninja
run: sudo apt update && sudo apt install -y ninja-build
- name: Setup wasi SDK
run: sudo mkdir -p /opt/wasi-sdk && sudo chown -R $(whoami) /opt/wasi-sdk && cd /opt/wasi-sdk && wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22/wasi-sdk-22.0-linux.tar.gz && tar xvzf wasi-sdk-22.0-linux.tar.gz
- name: Build Site
run: ./build.sh && mkdir -p dist && cp -R build index.html dist
- name: Upload artifact
Expand Down

0 comments on commit 62d8b53

Please sign in to comment.