Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .cirrus.yml

This file was deleted.

28 changes: 10 additions & 18 deletions .github/workflows/check-jekyll-blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,16 @@ on:

jobs:
check-in-container:
runs-on: ubuntu-22.04
strategy:
matrix:
container-image: [ "docker.io/openeuler/openeuler:22.03",
"docker.io/library/rockylinux:9"]
container:
image: ${{ matrix.container-image }}
os: [ubuntu-24.04, ubuntu-24.04-arm]
container-image: ['quay.io/openeuler/openeuler:24.03-lts-sp1']
runs-on: ${{ matrix.os }}
# container: ${{ matrix.container-image }}
steps:
- uses: actions/checkout@v3
- name: Setup
run: |
if [[ -x "$(command -v dnf)" ]]
then
dnf install -y ruby ruby-devel libffi-devel
dnf group install -y "Development Tools"
fi
gem install jekyll bundler github-pages
- name: Run
run: |
echo "checking pull request #${{ github.event.number }}"
bundle exec jekyll build --verbose
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- run: bundle install
- run: bundle exec jekyll build --verbose
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'github-pages'
gem 'github-pages', group: :jekyll_plugins
2 changes: 1 addition & 1 deletion _includes/themes/hooligan/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</footer>
</div> <!-- /container -->

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="{{ ASSET_PATH }}/js/jquery.min.js"><\/script>')</script>
<script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion assets/themes/hooligan/js/jquery.min.js

Large diffs are not rendered by default.