Skip to content

Commit

Permalink
starting ci
Browse files Browse the repository at this point in the history
  • Loading branch information
srinva committed Jul 14, 2024
1 parent 253e55c commit 51654dc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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 .

0 comments on commit 51654dc

Please sign in to comment.