1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 19:07:41 +01:00
Commit Graph

48 Commits

Author SHA1 Message Date
squidfunk
4d12ba8b59 Fixed GitHub Action 2023-01-21 17:08:15 +01:00
squidfunk
3b921f76a3 Updated copyright year 2023-01-02 11:08:58 +01:00
squidfunk
2569d4f088 Debug documentation build 2022-11-04 07:27:51 +01:00
squidfunk
98b51db3cc Debug documentation build 2022-11-04 07:17:17 +01:00
squidfunk
3d1c669b3e Simplified theme setup 2022-10-16 15:56:41 +07:00
squidfunk
a6633adc55 Updated Insiders changelog 2022-10-03 19:34:55 +02:00
Olivier Jacques
bc74a2472e
Merge branch 'master' into master 2022-09-19 21:27:10 +02:00
Olivier Jacques
30d844cc1e
Bump to 1.1.1 to fix error with cache 2022-09-19 21:24:50 +02:00
squidfunk
c834dff30b Added peer dependencies to documentation workflow 2022-09-18 14:00:34 +02:00
squidfunk
a2f2bcee6b Fixed Github Actions workflow 2022-09-11 19:29:43 +02:00
Olivier Jacques
52ff9da7b9
Bump to 1.1.0 to benefit from cache 2022-09-08 00:10:54 +02:00
Olivier Jacques
023af66dc0
Bumping to 1.0.2 2022-09-04 08:28:41 +02:00
Olivier Jacques
502fc95544
Merge branch 'master' into master 2022-09-01 14:27:45 +02:00
squidfunk
91361538ed Fixed build pipeline 2022-09-01 11:28:59 +02:00
Olivier Jacques
a551e2c483 Updated git-committers to 1.0.0 2022-08-31 22:57:27 +02:00
squidfunk
ebf02870fe Added a note in GitHub Actions 2022-07-20 11:12:33 +02:00
squidfunk
415daf62f5 Updated documentation workflow 2022-06-29 08:07:02 +02:00
squidfunk
8bf4726252 Remove pin of git-committers plugin 2022-06-28 22:44:05 +02:00
squidfunk
21d82e50d2 Temporarily pin git-comitters plugin to 0.4.1 2022-06-28 08:55:06 +02:00
squidfunk
2e99447155 Debug GitHub Actions workflow 2022-06-24 14:59:36 +02:00
squidfunk
d7d9e05933 Debug GitHub Actions workflow 2022-06-24 14:56:33 +02:00
squidfunk
3ed984d691 Debug GitHub Actions workflow 2022-06-24 14:51:20 +02:00
squidfunk
17e276fe6b Debug GitHub Actions workflow 2022-06-24 14:49:47 +02:00
squidfunk
b44aa0641b Debug GitHub Actions workflow 2022-06-24 14:46:59 +02:00
squidfunk
8ab4e3d7e4 Debug GitHub Actions workflow 2022-06-24 14:45:06 +02:00
squidfunk
3cce3ea9b1 Documentation 2022-06-24 14:38:01 +02:00
dependabot[bot]
fc70b6caa2
Bump actions/setup-python from 3 to 4 (#4022)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 10:57:07 +02:00
squidfunk
d30cf5bd13 Revert last commit 2022-04-08 16:18:33 +02:00
squidfunk
f013fc6fbe Grant write permissions to documentation workflow 2022-04-08 16:18:03 +02:00
squidfunk
a03650f471 Grant write permissions to documentation workflow 2022-04-08 16:14:50 +02:00
neilnaveen
1479e696c3
Added permissions for GitHub actions (#3804)
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

 Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
2022-04-08 15:44:43 +02:00
dependabot[bot]
2cdfb9025b Bump actions/setup-python from 2.3.2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.2...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>
2022-03-07 08:39:12 +01:00
dependabot[bot]
b71f8bf6ca Bump actions/checkout from 2 to 3
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>
2022-03-07 08:38:57 +01:00
dependabot[bot]
079e18a5d2
Bump actions/setup-python from 2.3.1 to 2.3.2 (#3558)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v2.3.2)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-09 10:06:35 +01:00
squidfunk
9655c3a924 Updated dependencies and bumped copyright year 2022-01-10 09:59:00 +01:00
dependabot[bot]
745658d416 Bump actions/setup-python from 1 to 2.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 2.3.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...v2.3.1)

---
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-12-12 11:13:24 +01:00
squidfunk
d0e9af34ae Initial commit 2021-09-11 22:48:41 +02:00
squidfunk
abb95a336d Detached configuration from documentation build 2021-07-24 17:58:48 +02:00
squidfunk
fddc648085 Debug documentation workflow 2021-07-24 17:28:34 +02:00
squidfunk
c5b08e0fe8 Switched to environment files 2021-06-15 11:39:07 +02:00
squidfunk
8eed081c5a Test documentation build 2021-06-15 11:36:35 +02:00
squidfunk
fd26972411 Test documentation build 2021-06-15 11:35:14 +02:00
squidfunk
0ea07be14f Test documentation build 2021-06-15 10:57:55 +02:00
squidfunk
3054314eeb Test documentation build 2021-06-15 10:55:13 +02:00
squidfunk
08e8525689 Updated copyright year 2021-02-14 16:54:27 +01:00
squidfunk
cf4805d4b3 Removed Python Markdown version range limitation 2020-12-22 14:20:20 +01:00
squidfunk
c563ca52cd Formatting 2020-11-22 12:04:31 +01:00
squidfunk
753477caaf Split up GitHub Actions workflows 2020-11-22 12:01:43 +01:00