diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index db8924a4..32c8771b 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -3,7 +3,7 @@ on: push: branches: - master - + jobs: build: runs-on: ubuntu-latest @@ -12,13 +12,13 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' - + - name: Install Awesome Bot run: gem install awesome_bot - + - name: Run Awesome Bot - run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org,oreilly.com,youtube.com,lumen.laravel.com - + run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list oreilly.com,youtube.com + - uses: actions/upload-artifact@v4 if: failure() with: diff --git a/README.md b/README.md index 9a50d7e4..022bd600 100644 --- a/README.md +++ b/README.md @@ -975,7 +975,6 @@ Various resources, such as books, websites and articles, for improving your PHP * [The Laracasts Snippet](https://laracasts.simplecast.com) - The Laracasts snippet, each episode, offers a single thought on some aspect of web development. * [The Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion. * [The PHP Roundtable](https://phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about. -* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) - Interviews with the people who make the PHP community special. ### PHP Newsletters *PHP-related news directly to your inbox.*