Skip to content

Commit

Permalink
docs: add screenshots to wp-org
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Jan 22, 2024
1 parent b97f096 commit 17f9e6e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update-wp-assets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Plugin asset/readme update
on:
push:
branches:
- main

env:
PLUGIN_SLUG: alt-text-generator-gpt-vision

jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Binary file added .wordpress-org/screenshot-1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ By using this plugin, you agree to OpenAI's terms and acknowledge that you have

The plugin uses the OpenAI API, which will incur costs. Please check the [OpenAI pricing page](https://openai.com/pricing/) for details.

== Screenshots ==
1. Generating alt text for an image in the media library.
2. Generating alt text automatically on upload.

== Changelog ==

For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/android-com-pl/wp-ai-alt-generator/releases).

0 comments on commit 17f9e6e

Please sign in to comment.