aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github (unfollow)
Commit message (Collapse)Author
2024-01-28workflows/jekyll: upgrade actionsEgor Tensin
2023-08-04workflows/jekyll: deploy on manual runs alsoEgor Tensin
2023-06-07fix make wget w/ live reloadEgor Tensin
A newer version of Jekyll breaks wget with --livereload and --convert-links.
2023-06-07workflow/ci: use .ruby-version for setup-ruby actionEgor Tensin
2023-01-01workflows/jekyll: upgrade actionsEgor Tensin
2022-10-22workflows/jekyll: only deploy on pushes to masterEgor Tensin
2022-10-22bump Ruby versionEgor Tensin
2022-09-07workflows: set remote portEgor Tensin
2022-06-04workflows/jekyll: no scheduled runsEgor Tensin
2022-05-16move deploy command to MakefileEgor Tensin
2022-05-16workflows/jekyll: rsync _site/ to serverEgor Tensin
2022-05-16roll back Ruby as wellEgor Tensin
Jekyll 3 doesn't work well w/ Ruby 3.1? Something about `webrick` missing...
2022-05-14bump Ruby versionEgor Tensin
... while I'm at it.
2022-05-13switch from GitHub Pages to plain JekyllmigrationEgor Tensin
This is the beginning of moving everything out of GitHub Pages. Not that I don't like it, it's just having two websites is one too many.
2022-03-02workflows/jekyll: add integrity checkingEgor Tensin
2022-03-02add Makefile with shortcutsEgor Tensin
2022-03-02this nokogiri version requires Ruby >= 2.6Egor Tensin
2021-06-15workflows/jekyll: rename to "Jekyll"Egor Tensin
2021-06-15workflows/test -> workflows/jekyllEgor Tensin
2021-06-15workflows/test: use ubuntu-latestEgor Tensin
2021-06-15workflows/test: change schedule to 5:45Egor Tensin
2021-06-11workflows/test: include Ruby 2.7Egor Tensin
2021-04-10workflows/test: merge jobs, Bundler cachingEgor Tensin
2020-11-29add GitHub workflowEgor Tensin