Skip to content

Commit 7c965e9

Browse files
committed
Fix link to reusable workflow
1 parent 7edc31e commit 7c965e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Changed
1010
- Update `deploy.php` template to support Deployer v7. v6 is no longer supported.
1111
To migrate from v6 to v7 see [Deployer's upgrade documentation](https://deployer.org/docs/7.x/UPGRADE#upgrade-from-6x-to-7x).
12-
- Add [reusable workflow](./github/workflows/deploy.yml) for GitHub which can be used for deployments.
12+
- Add [reusable workflow](./.github/workflows/deploy.yml) for GitHub which can be used for deployments.
1313

1414
## [0.6.0] - 2021-11-02
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ composer require wearerequired/composer-deployer
2323
* Clears OPcache via WP-CLI (requires [WP-CLI Clear OPcache](https://github.com/wearerequired/wp-cli-clear-opcache)). Can be disabled via `wp_clear_opcache` option.
2424
* Runs WordPress database routine if `wordpress` option is set.
2525
* Runs custom commands via `post_rollout_commands` option before the deployment is finished.
26-
* Provides a [reusable workflow for GitHub](./github/workflows/deploy.yml) for deployment.
26+
* Provides a [reusable workflow for GitHub](./.github/workflows/deploy.yml) for deployment.
2727

2828
## Configuration
2929

0 commit comments

Comments
 (0)