File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6868 cp .ddev/additional_docker_compose/docker-compose.crowdsec.yaml .ddev/docker-compose.crowdsec.yaml
6969 cp .ddev/additional_docker_compose/docker-compose.playwright.yaml .ddev/docker-compose.playwright.yaml
7070 sed -i -e 's/^php_version:.*/php_version: ${{ matrix.php-version }}/g' .ddev/config.${{ env.WP_VERSION_CODE }}.yaml
71+ mkdir wp-content
7172 ddev start
7273 sudo chmod -R 777 ${{ github.workspace }}/wp-content
7374 sudo chmod -R 777 ${{ github.workspace }}/my-own-modules
Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ This WordPress plugin allows you to apply decisions from CrowdSec directly withi
77
88## Usage
99
10- See [ User Guide] ( . /docs/USER_GUIDE.md)
10+ See [ User Guide] ( https://github.com/crowdsecurity/cs-wordpress-bouncer/blob/main /docs/USER_GUIDE.md)
1111
1212## Installation
1313
14- See [ Installation Guide] ( . /docs/INSTALLATION_GUIDE.md)
14+ See [ Installation Guide] ( https://github.com/crowdsecurity/cs-wordpress-bouncer/blob/main /docs/INSTALLATION_GUIDE.md)
1515
1616
1717## Technical notes
1818
19- See [ Technical notes] ( . /docs/TECHNICAL_NOTES.md)
19+ See [ Technical notes] ( https://github.com/crowdsecurity/cs-wordpress-bouncer/blob/main /docs/TECHNICAL_NOTES.md)
2020
2121## Developer guide
2222
23- See [ Developer guide] ( . /docs/DEVELOPER.md)
23+ See [ Developer guide] ( https://github.com/crowdsecurity/cs-wordpress-bouncer/blob/main /docs/DEVELOPER.md)
2424
2525
2626## License
2727
28- [ MIT] ( https://github.com/crowdsecurity/php-cs -bouncer/blob/main/LICENSE )
28+ [ MIT] ( https://github.com/crowdsecurity/cs-wordpress -bouncer/blob/main/LICENSE )
You can’t perform that action at this time.
0 commit comments