-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update nomaterial branch #253
base: nomaterial
Are you sure you want to change the base?
Commits on Jan 17, 2024
-
Added comment about not using the material theme. (mhausenblas#42)
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
János Pásztor authored and Andreas Blaesius committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for b2ebceb - Browse repository at this point
Copy the full SHA b2ebcebView commit details -
Bump example actions/checkout@v2 (mhausenblas#68)
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 482a709 - Browse repository at this point
Copy the full SHA 482a709View commit details -
Fix shell check (mhausenblas#69)
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 0a362a9 - Browse repository at this point
Copy the full SHA 0a362a9View commit details -
Support multiple package names in
EXTRA_PACKAGES
(mhausenblas#74)* I think this will fix mhausenblas#73 Signed-off-by: Tom Ward <tomward@fmail.co.uk>
Configuration menu - View commit details
-
Copy full SHA for 5992954 - Browse repository at this point
Copy the full SHA 5992954View commit details -
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for a7c89aa - Browse repository at this point
Copy the full SHA a7c89aaView commit details -
Added custom github domain support (mhausenblas#84)
Signed-off-by: Andreas Fritzler <andreas.fritzler@sap.com>
Configuration menu - View commit details
-
Copy full SHA for e8165b8 - Browse repository at this point
Copy the full SHA e8165b8View commit details -
Fixed formatting in readme (mhausenblas#86)
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 0dd60b3 - Browse repository at this point
Copy the full SHA 0dd60b3View commit details -
/action.sh: line 42: git: command not found (mhausenblas#88)
Since 1.18, the addition of ${GITHUB_DOMAIN:-github.com} make error occurs in execution of the workflow. I propose to modify ; ${GITHUB_DOMAIN:-github.com} to ${GITHUB_DOMAIN:-'github.com'} Source : https://tldp.org/LDP/abs/html/parameter-substitution.html Issue ref : mhausenblas#87
Configuration menu - View commit details
-
Copy full SHA for 485b947 - Browse repository at this point
Copy the full SHA 485b947View commit details -
Replace apostrophe with quote (mhausenblas#90)
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for beffe57 - Browse repository at this point
Copy the full SHA beffe57View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b5e22 - Browse repository at this point
Copy the full SHA a8b5e22View commit details -
Add lint mode (mhausenblas#120)
Signed-off-by: Cristian Klein <cristian.klein@elastisys.com>
Configuration menu - View commit details
-
Copy full SHA for 1d39e63 - Browse repository at this point
Copy the full SHA 1d39e63View commit details -
Bump actions/checkout from v2.3.3 to v2.3.4 (mhausenblas#44)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.3...5a4ac90) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ec5493 - Browse repository at this point
Copy the full SHA 2ec5493View commit details -
Bump actions/checkout from 2.3.4 to 2.3.5 (mhausenblas#127)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout 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>
Configuration menu - View commit details
-
Copy full SHA for 48a8883 - Browse repository at this point
Copy the full SHA 48a8883View commit details -
Explain how mkdocs plugins are supported (mhausenblas#130)
I found no reference how to install the required dependencies. This feature is already there but not documented, so I extended the README file. Out of my view this resolves mhausenblas#12, mhausenblas#53 and mhausenblas#97 Signed-off-by: rekire <git@reki.re>
Configuration menu - View commit details
-
Copy full SHA for 1b51308 - Browse repository at this point
Copy the full SHA 1b51308View commit details -
Bump actions/checkout from 2.3.5 to 2.4.0 (mhausenblas#133)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3fd52ec - Browse repository at this point
Copy the full SHA 3fd52ecView commit details -
Bump actions/checkout from 2.4.0 to 3.0.1 (mhausenblas#164)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3.0.1) --- 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>
Configuration menu - View commit details
-
Copy full SHA for 6a580e6 - Browse repository at this point
Copy the full SHA 6a580e6View commit details -
Bump actions/checkout from 3.0.1 to 3.0.2 (mhausenblas#165)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout 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>
Configuration menu - View commit details
-
Copy full SHA for 418b051 - Browse repository at this point
Copy the full SHA 418b051View commit details -
fix: set workspace as safe directory (mhausenblas#183)
More information here: actions/checkout#766 Signed-off-by: Pascal Iske <info@pascaliske.dev>
Configuration menu - View commit details
-
Copy full SHA for f73f101 - Browse repository at this point
Copy the full SHA f73f101View commit details -
Lint using the specified CONFIG_FILE (mhausenblas#191)
Signed-off-by: Scott Robinson <ssr@squareup.com> Signed-off-by: Scott Robinson <ssr@squareup.com>
Configuration menu - View commit details
-
Copy full SHA for 7871702 - Browse repository at this point
Copy the full SHA 7871702View commit details -
Add note to give write permission to GITHUB_TOKEN (mhausenblas#226)
Signed-off-by: IoriBranford <ioribranford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 88006cf - Browse repository at this point
Copy the full SHA 88006cfView commit details -
Remove forcing strict mode (mhausenblas#199)
Signed-off-by: Diego <d.alonso-alvarez@imperial.ac.uk>
Configuration menu - View commit details
-
Copy full SHA for 29b2c19 - Browse repository at this point
Copy the full SHA 29b2c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a9242 - Browse repository at this point
Copy the full SHA f0a9242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dda37a - Browse repository at this point
Copy the full SHA 5dda37aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f852f - Browse repository at this point
Copy the full SHA d3f852fView commit details -
README: use nomaterial in example
Signed-off-by: Andreas Blaesius <andi@unlegacy-android.org>
Configuration menu - View commit details
-
Copy full SHA for 4c36d1c - Browse repository at this point
Copy the full SHA 4c36d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77bd4ca - Browse repository at this point
Copy the full SHA 77bd4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d7e832 - Browse repository at this point
Copy the full SHA 7d7e832View commit details
Commits on Sep 5, 2024
-
action.sh: allow to change origin
It's not possible to override a default environment variable
Configuration menu - View commit details
-
Copy full SHA for 737290d - Browse repository at this point
Copy the full SHA 737290dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1315f1 - Browse repository at this point
Copy the full SHA e1315f1View commit details