Skip to content

Updated plugin readme #1

Updated plugin readme

Updated plugin readme #1

Workflow file for this run

name: "CI"
on:
push:
branches:
- master
paths:
- "assets/**"
- "src/txt/readme.txt"
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: Install SVN
run: |
sudo apt-get update
sudo apt-get install subversion
- name: WordPress Deploy
id: deploy
uses: 10up/[email protected]
with:
ASSETS_DIR: assets
README_NAME: "src/txt/readme.txt"
IGNORE_OTHER_FILES: true
env:
BUILD_DIR: dist
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}