diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..47b8a84 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,14 @@ +name: Website build test +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build-site: + name: Build Site + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: docker build . \ No newline at end of file