mehdisadeghi / jekyll-theme-mehdix-rtl

A right-to-left theme for Jekyll with Jalali support and some other goodies.
https://mehdisadeghi.github.io/jekyll-theme-mehdix-rtl/
MIT License
48 stars 19 forks source link

Update peaceiris/actions-gh-pages action to v3 #18

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
peaceiris/actions-gh-pages action major v2.10.1 -> v3.7.3

Release Notes

peaceiris/actions-gh-pages ### [`v3.7.3`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.7.3) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.7.2...v3.7.3) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.7.3/CHANGELOG.md) for more details. ### [`v3.7.2`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.7.2) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.7.1...v3.7.2) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.7.2/CHANGELOG.md) for more details. ### [`v3.7.1`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.7.1) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.7.0...v3.7.1) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.7.1/CHANGELOG.md) for more details. ### [`v3.7.0`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.7.0) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.6.4...v3.7.0) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.7.0/CHANGELOG.md) for more details. Overviews: - Add .nojekyll file by default for all branches ([#​438](https://togithub.com/peaceiris/actions-gh-pages/issues/438)) ([`079d483`](https://togithub.com/peaceiris/actions-gh-pages/commit/079d483)), closes [#​438](https://togithub.com/peaceiris/actions-gh-pages/issues/438) - Add destination_dir option ([#​403](https://togithub.com/peaceiris/actions-gh-pages/issues/403)) ([`f30118c`](https://togithub.com/peaceiris/actions-gh-pages/commit/f30118c)), closes [#​403](https://togithub.com/peaceiris/actions-gh-pages/issues/403) [#​324](https://togithub.com/peaceiris/actions-gh-pages/issues/324) [#​390](https://togithub.com/peaceiris/actions-gh-pages/issues/390) - Add exclude_assets option ([#​416](https://togithub.com/peaceiris/actions-gh-pages/issues/416)) ([`0f5c65e`](https://togithub.com/peaceiris/actions-gh-pages/commit/0f5c65e)), closes [#​416](https://togithub.com/peaceiris/actions-gh-pages/issues/416) [#​163](https://togithub.com/peaceiris/actions-gh-pages/issues/163) - exclude_assets supports glob patterns ([#​417](https://togithub.com/peaceiris/actions-gh-pages/issues/417)) ([`6f45501`](https://togithub.com/peaceiris/actions-gh-pages/commit/6f45501)), closes [#​417](https://togithub.com/peaceiris/actions-gh-pages/issues/417) [#​163](https://togithub.com/peaceiris/actions-gh-pages/issues/163) ### [`v3.6.4`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.6.4) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.6.3...v3.6.4) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.6.4/CHANGELOG.md) for more details. ### [`v3.6.3`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.6.3) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.6.2...v3.6.3) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.6.3/CHANGELOG.md) for more details. ### [`v3.6.2`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.6.2) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.6.1...v3.6.2) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.6.2/CHANGELOG.md) for more details. ### [`v3.6.1`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.6.1) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.6.0...v3.6.1) #### Minor Change Folded logs and split some groups. | Before | After | | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | | ![log_before](https://user-images.githubusercontent.com/30958501/80931312-f11cfe80-8df3-11ea-8d6b-e9d0c9f4df5b.jpg) | ![log_after](https://user-images.githubusercontent.com/30958501/80931316-f67a4900-8df3-11ea-8e09-861fa32066d3.jpg) | See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.6.1/CHANGELOG.md) for more details. ### [`v3.6.0`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.6.0) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.10...v3.6.0) #### New Feature To set a full custom commit message without a triggered commit hash, use the `full_commit_message` option instead of the `commit_message` option. Issue [#​274](https://togithub.com/peaceiris/actions-gh-pages/issues/274) by [@​dtolnay](https://togithub.com/dtolnay), Pull Request [#​275](https://togithub.com/peaceiris/actions-gh-pages/issues/275) ```yaml - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public full_commit_message: ${{ github.event.head_commit.message }} ``` See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.6.0/CHANGELOG.md) for more details. ### [`v3.5.10`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.10) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.9...v3.5.10) #### New Features - Supports `ubuntu-16.04` #### Document Enhancement - Python example workflow - Bumps actions/setup-python from v1 to v2 - Bumps python from 3.6 to 3.8 - Docusaurus example workflow - Changes workflow level `defaults.run.working-directory` to job level See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.10/CHANGELOG.md) for more details. ### [`v3.5.9`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.9) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.8...v3.5.9) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.9/CHANGELOG.md) for more details. ### [`v3.5.8`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.8) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.7...v3.5.8) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.8/CHANGELOG.md) for more details. ### [`v3.5.7`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.7) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.6...v3.5.7) CI enhancement, Dependencies update, and Documentation improvement. See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.7/CHANGELOG.md) for more details. This action was featured at [GitHub Action Hero: Shohei Ueda - The GitHub Blog](https://github.blog/2020-03-22-github-action-hero-shohei-ueda/). Thanks all. #### Documentation updates - Add example workflow for Swift Publish - Add example workflow for github/personal-website - Improve Docusaurus example workflow - Improve Elm example workflow - Improve Flutter example workflow ### [`v3.5.6`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.6) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.5...v3.5.6) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.6/CHANGELOG.md) for more details. ### [`v3.5.5`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.5) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.4...v3.5.5) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.5/CHANGELOG.md) for more details. ### [`v3.5.4`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.4) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.3...v3.5.4) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.4/CHANGELOG.md) for more details. ### [`v3.5.3`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.3) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.2...v3.5.3) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.3/CHANGELOG.md) for more details. ### [`v3.5.2`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.2) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.1...v3.5.2) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.2/CHANGELOG.md) for more details. ### [`v3.5.1`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.1) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.5.0...v3.5.1) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.1/CHANGELOG.md) for more details. ### [`v3.5.0`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.5.0) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.4.1...v3.5.0) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.5.0/CHANGELOG.md) for more details. ### [`v3.4.1`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.4.1) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.4.0...v3.4.1) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.4.1/CHANGELOG.md) for more details. ### [`v3.4.0`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.4.0) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.3.0...v3.4.0) - Put `github_token` as the first example. See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.4.0/CHANGELOG.md) for more details. ### [`v3.3.0`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.3.0) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.2.0...v3.3.0) New Features: - `disable_nojekyll` - `cname` Thanks [@​nicolas-van](https://togithub.com/nicolas-van) and [@​dhimmel](https://togithub.com/dhimmel) [#​112](https://togithub.com/peaceiris/actions-gh-pages/issues/112) [#​119](https://togithub.com/peaceiris/actions-gh-pages/issues/119) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.3.0/CHANGELOG.md) for more details. ### [`v3.2.0`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.2.0) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.1.0...v3.2.0) - Remove warning about GITHUB_TOKEN [#​108](https://togithub.com/peaceiris/actions-gh-pages/issues/108) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.2.0/CHANGELOG.md) for more details. ### [`v3.1.0`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.1.0) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.0.3...v3.1.0) - Support multi-execution in one job. [#​104](https://togithub.com/peaceiris/actions-gh-pages/issues/104) [#​109](https://togithub.com/peaceiris/actions-gh-pages/issues/109) Thanks [@​dhimmel](https://togithub.com/dhimmel) - Refactor in [#​107](https://togithub.com/peaceiris/actions-gh-pages/issues/107) Thanks [@​wu-yu-xuan](https://togithub.com/wu-yu-xuan) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.1.0/CHANGELOG.md) for more details. ### [`v3.0.3`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.0.3) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.0.2...v3.0.3) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.0.3/CHANGELOG.md) for more details. ### [`v3.0.2`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.0.2) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.0.1...v3.0.2) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.0.2/CHANGELOG.md) for more details. ### [`v3.0.1`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.0.1) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v3.0.0...v3.0.1) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.0.1/CHANGELOG.md) for more details. ### [`v3.0.0`](https://togithub.com/peaceiris/actions-gh-pages/releases/v3.0.0) [Compare Source](https://togithub.com/peaceiris/actions-gh-pages/compare/v2.10.1...v3.0.0) See [CHANGELOG.md](https://togithub.com/peaceiris/actions-gh-pages/blob/v3.0.0/CHANGELOG.md) for more details.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.