Commit Graph

18 Commits

Author SHA1 Message Date
XhmikosR
5defe7f2b8 Switch to Python 3.8
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2021-11-29 12:32:57 +02:00
XhmikosR
2368f82757 CI: switch to Node.js 16/npm >= 7 and move to native pip caching
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2021-11-29 12:32:57 +02:00
XhmikosR
b2f136a665 CI: remove wheel (#550)
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2021-08-10 14:18:44 +00:00
XhmikosR
19e74fa820 CI: cache npm deps
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2021-07-10 20:03:30 +03:00
XhmikosR
ec93cf7e4a CI: switch to the v2 tag for actions/setup-python
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2021-07-10 20:03:30 +03:00
dependabot[bot]
1e9ecf129f Bump actions/setup-python from 1 to 2.2.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...v2.2.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-03 20:57:42 +00:00
XhmikosR
10fc5225c5 Add calibreapp/image-actions (#499)
This should optimize any new images for us in PRs.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2021-04-19 19:52:04 +03:00
XhmikosR
2185de45c7 Update CI config (#498)
* switch to Node.js 14.x
* specify `FORCE_COLOR: 2` so that we get colored output
* remove unneeded `CI: true` env variable since it's already being set by the runner
* update to `actions/setup-node@v2`
* add a comment about `wheel` installation

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2021-04-14 07:57:21 +03:00
XhmikosR
10c75d6735 Update ci.yml
* run it for PRs and master branch only
* use double quotes
2020-06-06 09:19:19 +03:00
XhmikosR
6b2f707159 Remove deploy workflow since Netlify is used 2020-06-04 11:39:24 +03:00
XhmikosR
81fbd47588 CI: install wheel 2020-06-04 11:39:24 +03:00
XhmikosR
df15f06e27 Combine GitHub Actions 2020-06-04 11:39:24 +03:00
XhmikosR
c86a8040eb Update build.yml (#314)
Remove `--verbose` when running mkdocs since the warnings are hidden in all this text
2020-05-16 19:57:25 +03:00
XhmikosR
41abe92e24 CI: add a PYTHON_VERSION environment variable (#297)
This way the pip cache will be invalidate when we change the Python version.
2020-04-30 20:31:38 +03:00
XhmikosR
71a3fd902b CI: remove no longer needed steps (#294)
The latest `actions/setup-node` prints this info by default
2020-04-28 22:38:43 +03:00
XhmikosR
bf1ade5ac1 Update peaceiris/actions-gh-pages to the v3 tag
Also, switch from the env vars to the `with` options
2020-03-19 09:43:40 +02:00
XhmikosR
dcfbf3b5db Add revision date - attempt 2 (#248)
* Revert "Revert "Add revision date to pages. (#244)" (#247)"

This reverts commit f07ca16871.

* Add missing packages

* build: get all repo history
2020-02-10 10:53:42 -08:00
XhmikosR
3e79fd7262 Switch to GitHub Actions CI (#231) 2020-02-05 09:56:54 -08:00