parent
638ea4a9d6
commit
84f27c4880
3 changed files with 58 additions and 45 deletions
|
@ -10,21 +10,21 @@ jobs:
|
|||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
- uses: https://github.com/ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.1.2
|
||||
ruby-version: 3.3.5
|
||||
- run: |
|
||||
gem install bundler
|
||||
bundle install
|
||||
bundle exec jekyll build
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
- run: |
|
||||
ls -la .
|
||||
ls -la _site/
|
||||
pwd
|
||||
- name: Push image
|
||||
uses: docker/build-push-action@v6
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: addnab/docker-run-action@v3
|
||||
- uses: https://github.com/addnab/docker-run-action@v3
|
||||
with:
|
||||
image: docker.atomaka.com/mdformat:latest
|
||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||
|
@ -19,9 +19,9 @@ jobs:
|
|||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
- uses: https://github.com/ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.1.2
|
||||
ruby-version: 3.3.5
|
||||
- run: |
|
||||
gem install bundler
|
||||
bundle install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue