Skip to content

Commit

Permalink
Updating listing
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Jun 26, 2024
1 parent e06aad1 commit be5d987
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/listing.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 2 additions & 0 deletions plugin/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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? =
Expand Down

0 comments on commit be5d987

Please sign in to comment.