Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Apr 9, 2020
1 parent 6415d52 commit b0fbcc8
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ gulpfile.js export-ignore
package.json export-ignore
package-lock.json export-ignore
src/ export-ignore
.github/ export-ignore
.wordpress-org/ export-ignore
.all-contributorsrc export-ignore
.wporgignore
./src/ export-ignore
composer.lock export-ignore
wp-pot.json export-ignore
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: [varunsridharan]# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: [varunsridharan] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: PHP ApiGen
name: On Push

on:
push:
branches:
- master

jobs:
apigen:
PHP-DOCS-ApiGen:
runs-on: ubuntu-latest
steps:
- name: Checking Out Repo Data
- name: Fetching Repository
uses: actions/checkout@v1
- name: PHP Docs Generator
- name: Generating PHP Documentation
uses: varunsridharan/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20 changes: 20 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: On Release

on:
push:
tags:
- "*"

jobs:
Envato Publisher:
runs-on: ubuntu-latest
steps:
- name: Fetching Repository
- uses: actions/checkout@v1
- name: Publishing Release To Envato
uses: varunsridharan/action-envato-publisher@master
with:
envato_username: ${{ secrets.envato_username }}
envato_personal_token: ${{ secrets.envato_token }}
custom_command: "composer install --no-dev"
exclude_list: "src/ gulpfile.js gulp-config.js composer.lock composer.json wp-pot.json envato_assets_exclude_list.txt .envatoassets .gitignore .editorconfig vendor/*/*/README.md vendor/*/*/.gitignore"
2 changes: 2 additions & 0 deletions envato_assets_exclude_list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
screenshots/*
psd/*.zip

0 comments on commit b0fbcc8

Please sign in to comment.