Skip to content

Commit

Permalink
add CI for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
capital-G committed Jun 11, 2024
1 parent 4ea45b1 commit 339947b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build website

on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: actions/jekyll-build-pages@v1
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: ./_site

0 comments on commit 339947b

Please sign in to comment.