Compare commits

..

19 commits

Author SHA1 Message Date
aaddbeae7f
Provide path context over git hash
All checks were successful
Linting / lint (pull_request) Successful in 13s
Linting / build (pull_request) Successful in 15s
Deploy / deploy (push) Successful in 54s
2024-07-13 20:14:30 -04:00
a45b14d39d
Debug
Some checks failed
Deploy / deploy (push) Failing after 26s
2024-07-13 16:41:59 -04:00
c4911976c4
Remove drone file
Some checks failed
Linting / lint (pull_request) Successful in 11s
Linting / build (pull_request) Successful in 15s
Deploy / deploy (push) Failing after 24s
2024-07-13 16:19:40 -04:00
8553ac1d9f
Setup deploy
All checks were successful
Linting / build (pull_request) Successful in 11s
Linting / lint (pull_request) Successful in 26s
2024-07-13 16:19:16 -04:00
3e3dbc2555
Revert "break lint"
All checks were successful
Linting / lint (pull_request) Successful in 14s
Linting / build (pull_request) Successful in 15s
This reverts commit 74edf4d8bc.
2024-07-12 23:04:54 -04:00
74edf4d8bc
break lint
Some checks failed
Linting / lint (pull_request) Failing after 15s
Linting / build (pull_request) Successful in 16s
2024-07-12 23:03:48 -04:00
9073df8de7
try docker run action
All checks were successful
Linting / build (pull_request) Successful in 20s
Linting / lint (pull_request) Successful in 26s
2024-07-12 23:01:30 -04:00
3f351610c5
Data volume; remove after run
All checks were successful
Linting / lint (pull_request) Successful in 11s
Linting / build (pull_request) Successful in 17s
2024-07-12 22:30:00 -04:00
1e964c9be9
¯\_(ツ)_/¯
All checks were successful
Linting / lint (pull_request) Successful in 18s
Linting / build (pull_request) Successful in 22s
2024-07-12 22:14:55 -04:00
3bb841fc3a
Debug out of container
All checks were successful
Linting / build (pull_request) Successful in 15s
Linting / lint (pull_request) Successful in 12s
2024-07-12 22:09:02 -04:00
f9ff89efb4
Debug
All checks were successful
Linting / build (pull_request) Successful in 15s
Linting / lint (pull_request) Successful in 9s
2024-07-12 22:03:09 -04:00
c7725058dc
Use absolute path
Some checks failed
Linting / lint (pull_request) Failing after 15s
Linting / build (pull_request) Successful in 13s
2024-07-12 22:01:06 -04:00
fe2a7117c4
Mount the image
Some checks failed
Linting / build (pull_request) Successful in 17s
Linting / lint (pull_request) Failing after 15s
2024-07-12 21:37:08 -04:00
9032ea02c9
Run docker container directly
Some checks failed
Linting / lint (pull_request) Failing after 13s
Linting / build (pull_request) Successful in 17s
2024-07-12 21:13:58 -04:00
0c064fcbfb
Install ruby
Some checks failed
Linting / lint (pull_request) Failing after 7s
Linting / build (pull_request) Successful in 34s
2024-07-12 21:12:15 -04:00
74c9adaa82
Check out the source
Some checks failed
Linting / lint (pull_request) Failing after 6s
Linting / build (pull_request) Failing after 17s
2024-07-12 21:10:22 -04:00
818c21bd39
noop
Some checks failed
Linting / build (pull_request) Failing after 6s
Linting / lint (pull_request) Failing after 29s
2024-07-12 21:08:04 -04:00
4d35c3c331
Try container, but it will probably fail 2024-07-12 21:06:54 -04:00
961e9a206a
Update gemfile? 2024-07-12 21:06:45 -04:00
3 changed files with 45 additions and 58 deletions

View file

@ -10,21 +10,21 @@ jobs:
runs-on: cth-ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: https://github.com/ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
ruby-version: 3.1.2
- run: |
gem install bundler
bundle install
bundle exec jekyll build
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v3
- run: |
ls -la .
ls -la _site/
pwd
- name: Push image
uses: https://github.com/docker/build-push-action@v6
uses: docker/build-push-action@v6
with:
context: .
push: true

View file

@ -8,7 +8,7 @@ jobs:
runs-on: cth-ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: https://github.com/addnab/docker-run-action@v3
- uses: 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: https://github.com/ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
ruby-version: 3.1.2
- run: |
gem install bundler
bundle install

View file

@ -10,48 +10,40 @@ GIT
GIT
remote: https://github.com/jekyll/jekyll-import
revision: a8bdf6836c889e99b096375544ee53d417d4f5e5
revision: 6499317a81aeda119b6ceefb37ab81c9f6219659
specs:
jekyll-import (0.24.0)
jekyll-import (0.21.0)
jekyll (>= 3.7, < 5.0)
nokogiri (~> 1.0)
reverse_markdown (>= 2.1, < 4.0)
reverse_markdown (~> 2.1)
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
chef-utils (18.5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
chef-utils (18.1.0)
concurrent-ruby
colorator (1.1.0)
concurrent-ruby (1.3.4)
concurrent-ruby (1.2.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.3.0)
net-http
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (4.28.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-x86_64-linux)
bigdecimal
rake (>= 13)
htmlbeautifier (1.4.3)
google-protobuf (3.21.12)
google-protobuf (3.21.12-x86_64-linux)
htmlbeautifier (1.4.2)
htmlcompressor (0.4.0)
http_parser.rb (0.8.0)
i18n (1.14.6)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.3.4)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@ -83,69 +75,64 @@ GEM
jekyll
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.8.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
mdl (0.13.0)
mdl (0.12.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
mixlib-cli (~> 2.1, >= 2.1.1)
mixlib-config (>= 2.2.1, < 4)
mixlib-shellout
mercenary (0.4.0)
minima (2.5.2)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
mixlib-cli (2.1.8)
mixlib-config (3.0.27)
tomlrb
mixlib-shellout (3.3.4)
mixlib-shellout (3.2.7)
chef-utils
net-http (0.5.0)
uri
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.14.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
racc (1.8.1)
rake (13.2.1)
public_suffix (5.0.1)
racc (1.6.2)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
reverse_markdown (3.0.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.9)
rouge (4.4.0)
rss (0.3.1)
rexml (3.2.5)
rouge (4.0.1)
rss (0.2.9)
rexml
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.80.6-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.6-x86_64-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.58.0)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tomlrb (2.0.3)
unicode-display_width (2.6.0)
uri (0.13.1)
webrick (1.9.0)
unicode-display_width (2.4.2)
webrick (1.8.1)
PLATFORMS
arm64-darwin-23
@ -169,4 +156,4 @@ DEPENDENCIES
wdm (~> 0.1.1)
BUNDLED WITH
2.5.18
2.3.26