mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
* update deploy.yml;
This commit is contained in:
@@ -9,10 +9,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
- name: Build, Install Subversion
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
sudo apt-get install subversion
|
||||
- name: WordPress Plugin Deploy
|
||||
id: deploy
|
||||
uses: 10up/action-wordpress-plugin-deploy@stable
|
||||
|
||||
Reference in New Issue
Block a user