Browse Source

Bump crazy-max/ghaction-github-pages from 2.5.0 to 2.6.0 (#1782)

Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 2.5.0 to 2.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/crazy-max/ghaction-github-pages/releases">crazy-max/ghaction-github-pages's releases</a>.</em></p>
<blockquote>
<h2>v2.6.0</h2>
<ul>
<li>Add <code>absolute_build_dir</code> and <code>follow_symlinks</code> inputs (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/161">#161</a>)</li>
<li>Bump <code>@​actions/exec</code> from 1.0.4 to 1.1.0 (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/152">#152</a>)</li>
<li>Bump <code>@​actions/core</code> from 1.3.0 to 1.6.0 (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/154">#154</a> <a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/156">#156</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/crazy-max/ghaction-github-pages/blob/dev/CHANGELOG.md">crazy-max/ghaction-github-pages's changelog</a>.</em></p>
<blockquote>
<h2>2.6.0 (2022/01/13)</h2>
<ul>
<li>Add <code>absolute_build_dir</code> and <code>follow_symlinks</code> inputs (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/161">#161</a>)</li>
<li>Bump <code>@​actions/exec</code> from 1.0.4 to 1.1.0 (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/152">#152</a>)</li>
<li>Bump <code>@​actions/core</code> from 1.3.0 to 1.6.0 (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/154">#154</a> <a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/156">#156</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a117e4aa1f"><code>a117e4a</code></a> Update CHANGELOG</li>
<li><a href="b26115d935"><code>b26115d</code></a> Update LICENSE</li>
<li><a href="0c20c87f97"><code>0c20c87</code></a> Add input options related to <code>copy()</code> (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/161">#161</a>)</li>
<li><a href="cde164fd08"><code>cde164f</code></a> Bump <code>@​actions/core</code> from 1.5.0 to 1.6.0 (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/156">#156</a>)</li>
<li><a href="a28ceb62e6"><code>a28ceb6</code></a> Update ci workflow</li>
<li><a href="1ae239f7b8"><code>1ae239f</code></a> Fix build.Dockerfile</li>
<li><a href="8e7a38741f"><code>8e7a387</code></a> Bump <code>@​actions/exec</code> from 1.0.4 to 1.1.0 (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/152">#152</a>)</li>
<li><a href="80513f63a6"><code>80513f6</code></a> Bump <code>@​actions/core</code> from 1.3.0 to 1.5.0 (<a href="https://github-redirect.dependabot.com/crazy-max/ghaction-github-pages/issues/154">#154</a>)</li>
<li><a href="c76c2e60dd"><code>c76c2e6</code></a> Update README</li>
<li>See full diff in <a href="https://github.com/crazy-max/ghaction-github-pages/compare/v2.5.0...v2.6.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crazy-max/ghaction-github-pages&package-manager=github_actions&previous-version=2.5.0&new-version=2.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
pull/1785/head
dependabot[bot] 3 years ago
parent
commit
2fda7b3e3f
  1. 2
      .github/workflows/master.yml

2
.github/workflows/master.yml

@ -35,7 +35,7 @@ jobs:
if [ -d target/doc_upload ]; then rm -rf target/doc_upload; fi
mkdir target/doc_upload && mv target/doc target/doc_upload/doc
- name: Upload documentation
uses: crazy-max/ghaction-github-pages@v2.5.0
uses: crazy-max/ghaction-github-pages@v2.6.0
with:
target_branch: gh-pages
keep_history: true

Loading…
Cancel
Save