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

121 Commits

Author SHA1 Message Date
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]
ffb21e9d05
Bump actions/cache from 2 to 3 (#3780)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  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-28 18:02:07 +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]
1ff8fedbfc
Bump actions/setup-node from 2.5.1 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.1...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-28 04:22:19 +00: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]
5fa155d7fe Bump actions/setup-node from 2.5.0 to 2.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v2.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 17:02:08 +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
dependabot[bot]
cdaf0305b5 Bump actions/setup-node from 1 to 2.5.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...v2.5.0)

---
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>
2021-12-12 11:13:07 +01:00
squidfunk
d0e9af34ae Initial commit 2021-09-11 22:48:41 +02:00
squidfunk
b33aba3da6 Updated dependencies 2021-08-30 09:11:43 +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
94dd748634 Reverted support for arm64 Docker builds 2021-06-12 14:01:14 +02:00
squidfunk
e7efdade80 Added support for arm64 Docker builds 2021-06-06 15:28:53 +02:00
squidfunk
81fbd38b96 Updated workflows 2021-03-21 14:07:55 +01:00
squidfunk
e6e3215db1 Fixed missing push of tagged Docker image on publish 2021-02-23 10:04:43 +01:00
squidfunk
0bbe0f2f4f Switched to Node 14 2021-02-22 18:25:12 +01: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
9e34a3d23e Updated dependencies 2020-11-24 18:49:17 +01:00
squidfunk
759124a5d3 Fixed publishing workflow 2020-11-22 12:18:14 +01:00
squidfunk
ace2b6b21a Fixed publishing workflow 2020-11-22 12:17:15 +01:00
squidfunk
84297c5403 Fixed publishing workflow 2020-11-22 12:13:56 +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
squidfunk
ae1cc68a4e Added redirects from old to new structure 2020-07-22 13:59:05 +02:00
squidfunk
69a5211c70 Removed unnecessary configuration from CI pipeline 2020-07-10 13:58:16 +02:00
squidfunk
6f5271bb3a Removed invalid CSS property from landing page 2020-04-17 12:02:06 +02:00
XhmikosR
513b9748ba
Improved CI configuration (#1613)
* add the `CI` environment variable; removes npm postinstall messages
* move Node.js and Python versions to environment variables
* add the Node.js and Python versions in cache filenames
2020-04-17 10:01:36 +02:00
squidfunk
abd2fc3d10 Temporarily more lazy test of Docker build 2020-04-07 17:20:25 +02:00
squidfunk
5df98b0ef2 Activated Docker build again 2020-04-07 17:00:14 +02:00
squidfunk
9f069ad47e Switched workflow to pip installation routine 2020-03-15 15:30:56 +01:00
squidfunk
c4b884545d Parametrize deploy action 2020-03-09 16:54:26 +01:00
squidfunk
261d0c8f1b Optimized GitHub workflow 2020-03-06 14:50:26 +01:00
squidfunk
bd03ca5dfb Fixed GitHub actions to rebuild instead of upload artifacts 2020-03-06 10:31:56 +01:00
squidfunk
01f2e11410 Fixed syntax error in GitHub CI workflow 2020-02-25 11:32:54 +01:00
squidfunk
82bf690098 Fixed syntax error in GitHub CI workflow 2020-02-25 11:28:40 +01:00
squidfunk
473e60c095 Disabled publish action for forks 2020-02-24 23:07:14 +01:00
squidfunk
d21da8d522 Merge branch 'master' into refactor/rxjs-typescript 2020-02-17 18:10:08 +01:00
squidfunk
eec3c3b01c Temporarily disable push to DockerHub 2020-02-17 17:53:31 +01:00
squidfunk
40d52a727d Fixed linting errors and re-enabled workflow 2020-02-17 17:25:40 +01:00
squidfunk
58e18ff0e4 Disable caching for pip dependencies 2020-02-15 11:13:22 +01:00
squidfunk
eb64f77c65 Removed all restore keys due to problems with stale dependencies 2020-02-15 11:10:39 +01:00
squidfunk
c7c921faa8 Removed all restore keys due to problems with stale dependencies 2020-02-15 11:08:20 +01:00
squidfunk
2980e4b392 Moved installation of plugin into another step 2020-02-14 09:31:59 +01:00
squidfunk
63380891be Revert temporary cache invalidation 2020-02-14 09:23:52 +01:00
squidfunk
de20d673dd Temporarily kill cache on GitHub workflow 2020-02-14 08:54:12 +01:00
squidfunk
d46000b66a Added minify plugin to deploy pipeline 2020-02-14 08:39:12 +01:00
squidfunk
41dc846753 Merge branch 'master' into refactor/rxjs-typescript 2020-02-10 12:34:58 +01:00
Reece Dunham
eab7148337
Updated copyright year (#1449) 2020-02-08 10:33:01 +01:00
squidfunk
cee6243172 Temporarily disabled publish job for branch 2019-12-25 15:14:32 +01:00
Benjamin Staneck
9c6a4ca64f Merge branch 'master' into refactor/rxjs-typescript (#1406)
* Improved Lighthouse score (#1391)

* a few accessibility fixes from lighthouse report

* add rel="noopener" to external links

* add title attribute to social links

* add mimetype to manifest link and allow it to work behind auth

* add font-display: swap to all the places where external fonts are used

* remove font-display: swap from icon fonts

* removed font-display from style blocks in base

* add target="_blank" to social links

* switch base fonts grabbed from Google back to display:fallback

As per recommendation from https://developers.google.com/web/updates/2016/02/font-display#fallback

* add target="_blank" to the footer links as well

* Set `tabindex` to `0` for skip to content link (#1393)

see https://web.dev/control-focus-with-tabindex/

* Added diff to CI build

* Added built files

* Bump @babel/cli from 7.7.5 to 7.7.7

Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)

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

* Bump css-loader from 3.3.2 to 3.4.0

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.3.2...v3.4.0)

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

* Bump eslint from 6.7.2 to 6.8.0

Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0)

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

* Bump mini-css-extract-plugin from 0.8.0 to 0.9.0

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.8.0...v0.9.0)

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

* Bump @babel/plugin-transform-react-jsx from 7.7.4 to 7.7.7

Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel) from 7.7.4 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.7)

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

* Bump style-loader from 1.0.1 to 1.1.1

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.0.1...v1.1.1)

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

* Bump webpack from 4.41.2 to 4.41.4

Bumps [webpack](https://github.com/webpack/webpack) from 4.41.2 to 4.41.4.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v4.41.4)

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

* Bump @babel/core from 7.7.5 to 7.7.7

Bumps [@babel/core](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)

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

* Bump @babel/preset-env from 7.7.6 to 7.7.7

Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7)

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

* Fix makefile

* Update packages

* build

* "Fix" lint

* Revert icon and makefile change

Co-authored-by: Martin Donath <squidfunk@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-12-25 15:09:36 +01:00
squidfunk
05a973f050 Added diff to CI build 2019-12-22 16:22:18 +01:00
squidfunk
0736aae5fc Fixed workflow 2019-12-11 18:24:23 +01:00
squidfunk
7588b0d1b1 Fixed workflow 2019-12-11 18:22:12 +01:00
squidfunk
a58a635626 Fixed workflow 2019-12-11 18:11:11 +01:00
squidfunk
7969255261 Renamed CI workflow 2019-12-08 17:09:45 +01:00
squidfunk
24ffa04ffe Fixed Google Analytics integration von Material documentation 2019-12-07 17:23:57 +01:00
squidfunk
470fd526bc Only upload artifact for tagged commits 2019-12-06 16:22:16 +01:00
Martin Donath
6c9e91745e
Revert removal of step (#1368) 2019-12-06 16:20:31 +01:00
squidfunk
ef3dac68a0 Removed unnecessary step from action 2019-12-06 16:10:04 +01:00
squidfunk
9b85c980ac Update badge in README 2019-12-06 15:58:27 +01:00
Martin Donath
c18ca2e5a6
Migrate CI to GitHub Actions (#1367) 2019-12-06 15:52:21 +01:00