Skip to content

Commit

Permalink
fix ci (#200)
Browse files Browse the repository at this point in the history
* add tests

Signed-off-by: BulatSaif <[email protected]>

* fix

Signed-off-by: BulatSaif <[email protected]>

* fix ci

Signed-off-by: BulatSaif <[email protected]>

---------

Signed-off-by: BulatSaif <[email protected]>
  • Loading branch information
BulatSaif authored Jun 10, 2024
1 parent fd8313d commit f56e7f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/jekyll-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Jekyll Test

on:
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true

- name: Build Jekyll site
uses: actions/jekyll-build-pages@v1
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude:
- submodules/

0 comments on commit f56e7f2

Please sign in to comment.