Check out the source
This commit is contained in:
parent
818c21bd39
commit
74c9adaa82
1 changed files with 7 additions and 5 deletions
|
@ -9,11 +9,13 @@ jobs:
|
|||
container:
|
||||
image: docker.atomaka.com/mdformat
|
||||
steps:
|
||||
- run: mdformat --check _posts/
|
||||
- uses: actions/checkout@v4
|
||||
- run: mdformat --check _posts/
|
||||
build:
|
||||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
gem install bundler
|
||||
bundle install
|
||||
bundle exec jekyll build
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
gem install bundler
|
||||
bundle install
|
||||
bundle exec jekyll build
|
||||
|
|
Loading…
Reference in a new issue