Commit Graph

30 Commits

Author SHA1 Message Date
dependabot[bot]
1d9d4ae878 Bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-08 11:36:16 +00:00
dependabot[bot]
dc0388947e Bump actions/setup-node from 3.4.1 to 3.5.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.4.1...v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 10:06:29 +00:00
Adam Warner
a940b3edda Ignore some files, also benefitial ==> beneficial
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-08-17 22:37:21 +01:00
dependabot[bot]
7bacd2c742 Bump actions/setup-python from 4.1.0 to 4.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.1.0...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 10:22:29 +00:00
Christian König
d2fb44c979 Update actions to latest versions
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-07-25 22:26:27 +02:00
Christian König
ce1bad0b2a Explicit set minor and patch version on used actions
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-07-24 22:30:43 +02:00
dependabot[bot]
765429ef7b Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
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>
2022-06-12 14:07:11 +00:00
Adam Warner
2d52a6ddfc Fix some spellings, ignore others.
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-04-22 17:32:44 +01:00
Adam Warner
f957ca8a35 Add codespell
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-04-22 17:20:49 +01:00
dependabot[bot]
da06e479a5 Bump actions/checkout from 2 to 3 (#676)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 18:27:47 -07:00
dependabot[bot]
3405197ea3 Bump actions/setup-python from 2 to 3 (#675)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 18:20:55 -07:00
dependabot[bot]
a980ff0be5 Bump actions/setup-node from 2 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 10:08:53 +00:00
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