Skip to content

Support the SpaceWasm compilation target (#325) #44

Support the SpaceWasm compilation target (#325)

Support the SpaceWasm compilation target (#325) #44

name: Build Compiler Book (PR)
on:
pull_request:
branches:
- main
paths:
- 'book/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.3
- name: Build Image
uses: docker/build-push-action@v3
with:
context: ./book
file: ./book/Dockerfile
push: false