From be5d9873009e7332f96d9ee95fa503c27da1b0ac Mon Sep 17 00:00:00 2001 From: Andreas Wittig Date: Wed, 26 Jun 2024 08:42:07 +0200 Subject: [PATCH] Updating listing --- .github/workflows/listing.yaml | 14 ++++++++++++++ compose.yaml | 2 +- plugin/README.txt | 2 ++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/listing.yaml diff --git a/.github/workflows/listing.yaml b/.github/workflows/listing.yaml new file mode 100644 index 0000000..748e40f --- /dev/null +++ b/.github/workflows/listing.yaml @@ -0,0 +1,14 @@ +name: listing +on: + push: + branches: ['main'] +jobs: + trunk: + name: listing + runs-on: ['hyperenv', 'small'] + steps: + - uses: actions/checkout@master + - uses: 10up/action-wordpress-plugin-asset-update@stable + env: + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index d61a746..a7752d6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -27,7 +27,7 @@ services: - WORDPRESS_DB_NAME=wordpress - WORDPRESS_DEBUG=true volumes: - - ./plugin:/var/www/html/wp-content/plugins/attachmentav + # - ./plugin:/var/www/html/wp-content/plugins/attachmentav - ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini volumes: db_data: \ No newline at end of file diff --git a/plugin/README.txt b/plugin/README.txt index 857e948..3da02c9 100644 --- a/plugin/README.txt +++ b/plugin/README.txt @@ -27,6 +27,8 @@ An API key and subscription for the 3rd party service [attachmentAV](https://att * Open the attachmentAV plugin settings tab. * Create a subscription for the attachmentAV API and enter the API key. +Go to [attachmentAV for WordPress Setup Guide](https://attachmentav.com/help/setup-guide/wordpress.html) for more detailed setup instructions. + == Frequently Asked Questions == = Which file types are supported? =