tag:github.com,2008:https://github.com/JamesIves/github-pages-deploy-action/releasesRelease notes from github-pages-deploy-action2024-12-03T17:00:52Ztag:github.com,2008:Repository/173468816/v4.7.22024-12-03T17:04:59Zv4.7.2
<h2>What's Changed</h2>
<h3>Bug Fixes ๐</h3>
<ul>
<li>fix: enable rsync mkpath to be backwards compatible with older Ubuntu versions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/JamesIves/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/JamesIves">@JamesIves</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2715471981" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1757" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1757/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1757">#1757</a></li>
</ul>
<h3>Build ๐ง</h3>
<ul>
<li>build(deps): bump the misc group across 1 directory with 2 updates by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2714602712" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1756" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1756/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1756">#1756</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.7.1...v4.7.2"><tt>v4.7.1...v4.7.2</tt></a></p>JamesIvestag:github.com,2008:Repository/173468816/v42024-12-03T17:00:52Zv4<p>Deploy Production Code for Commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/JamesIves/github-pages-deploy-action/commit/d5dce9b90a6d5a8ff3cf3d2d8e6762aeddcc8026/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/commit/d5dce9b90a6d5a8ff3cf3d2d8e6762aeddcc8026"><tt>d5dce9b</tt></a>โฆ</p>JamesIvestag:github.com,2008:Repository/173468816/v4.7.12024-11-28T14:22:50Zv4.7.1
<h2>What's Changed</h2>
<h3>Features โจ</h3>
<ul>
<li>feat: when <code>target-folder</code> is specified the action will now create any missing folders for you by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/databasedav/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/databasedav">@databasedav</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2667620574" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1737" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1737/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1737">#1737</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/databasedav/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/databasedav">@databasedav</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2667620574" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1737" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1737/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1737">#1737</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.7.1"><tt>v4.6.6...v4.7.1</tt></a></p>JamesIvestag:github.com,2008:Repository/173468816/v4.7.02024-11-28T13:10:37Zv4.7.0
<h2>What's Changed</h2>
<h3>Features โจ</h3>
<ul>
<li>feat: added the option to specify an <code>atttempt-limit</code> input, giving you the option to change how many attempts the action will make before failing by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/databasedav/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/databasedav">@databasedav</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2667620574" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1737" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1737/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1737">#1737</a></li>
</ul>
<h3>Build ๐ง</h3>
<ul>
<li>build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2561157894" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1710" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1710/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1710">#1710</a></li>
<li>chore(deps): update dependencies by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/JamesIves/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/JamesIves">@JamesIves</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2646486382" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1732" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1732/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1732">#1732</a></li>
<li>build(deps): bump typescript-eslint from 8.13.0 to 8.14.0 in the typescript group by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2651683416" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1734" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1734/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1734">#1734</a></li>
<li>build(deps-dev): bump the eslint group with 2 updates by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2651683164" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1733" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1733/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1733">#1733</a></li>
<li>build(deps): bump the misc group across 1 directory with 6 updates by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2675356165" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1743" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1743/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1743">#1743</a></li>
<li>build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2678857764" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1745" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1745/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1745">#1745</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/databasedav/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/databasedav">@databasedav</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2667620574" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1737" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1737/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1737">#1737</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.7.0"><tt>v4.6.6...v4.7.0</tt></a></p>JamesIvestag:github.com,2008:Repository/173468816/v4.6.92024-11-09T20:01:41Zv4.6.9
<h2>What's Changed</h2>
<h3>Dependencies ๐ค</h3>
<ul>
<li>chore(deps): mass bump dependencies</li>
<li>chore(deps): switch to using <code>.node-version</code> instead of <code>.nvmrc</code> for Node dependency management.</li>
<li>chore(deps): updated node version to 22.11.0 for development</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.9"><tt>v4...v4.6.9</tt></a></p>JamesIvestag:github.com,2008:Repository/173468816/v4.6.82024-09-29T16:02:48Zv4.6.8
<h2>What's Changed</h2>
<h3>Bug Fixes ๐</h3>
<ul>
<li>fix: ๐ Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2550854194" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1694" data-hovercard-type="issue" data-hovercard-url="/JamesIves/github-pages-deploy-action/issues/1694/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/issues/1694">#1694</a>.</li>
<li>fix: Resolved a rare deployment error where the action would complain that <code>origin/${branch_name} is not a commit and a branch cannot be created from it</code>. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2541167589" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1689" data-hovercard-type="issue" data-hovercard-url="/JamesIves/github-pages-deploy-action/issues/1689/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/issues/1689">#1689</a>.</li>
</ul>
<h3>Testing ๐งช</h3>
<ul>
<li>test: ๐งช Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (<code>ie @v4</code>). This was done to combat problems raised by <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2553474375" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1697" data-hovercard-type="issue" data-hovercard-url="/JamesIves/github-pages-deploy-action/issues/1697/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/issues/1697">#1697</a>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.8"><tt>v4...v4.6.8</tt></a></p>JamesIvestag:github.com,2008:Repository/173468816/v4.6.72024-09-28T11:49:00Zv4.6.7<h2>What's Changed</h2>
<h3>Bug Fixes ๐</h3>
<ul>
<li>fix: resolved an issue where <code>main.js</code> was not found in the v4 major tag.</li>
</ul>JamesIvestag:github.com,2008:Repository/173468816/v4.6.62024-09-27T17:13:05Zv4.6.6<h2>What's Changed</h2>
<h3>Bug Fixes ๐</h3>
<ul>
<li>revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later.</li>
</ul>JamesIvestag:github.com,2008:Repository/173468816/v4.6.52024-09-27T15:20:11Zv4.6.5
<h2>What's Changed</h2>
<h2>What's Changed</h2>
<h3>Bug Fixes ๐</h3>
<ul>
<li>fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances.</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.5"><tt>v4...v4.6.5</tt></a></p>JamesIvestag:github.com,2008:Repository/173468816/v4.6.42024-09-02T15:52:55Zv4.6.4
<h2>What's Changed</h2>
<h2>What's Changed</h2>
<h3>Bug Fixes ๐</h3>
<ul>
<li>fix: resolved an issue where the default config was not being applied to the non-action version of the project.</li>
</ul>
<h3>Build ๐ง</h3>
<ul>
<li>build(deps): bump actions/checkout from 3 to 4 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2395313441" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1639" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1639/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1639">#1639</a></li>
<li>build(deps): bump the misc group across 1 directory with 6 updates by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2402877820" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1642" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1642/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1642">#1642</a></li>
<li>build(deps): bump the misc group across 1 directory with 8 updates by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2416043106" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1648" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1648/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1648">#1648</a></li>
<li>build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 in the misc group by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2418567601" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1649" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1649/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1649">#1649</a></li>
<li>build(deps): bump micromatch from 4.0.4 to 4.0.8 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2497228399" data-permission-text="Title is private" data-url="https://github.com/JamesIves/github-pages-deploy-action/issues/1679" data-hovercard-type="pull_request" data-hovercard-url="/JamesIves/github-pages-deploy-action/pull/1679/hovercard" href="https://github.com/JamesIves/github-pages-deploy-action/pull/1679">#1679</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.4"><tt>v4...v4.6.4</tt></a></p>JamesIves