Skip to content

Commit

Permalink
better boilerplates
Browse files Browse the repository at this point in the history
  • Loading branch information
kjroelke committed Jul 26, 2024
1 parent 4c76e00 commit 5bbc931
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
shell: bash

- name: Zip theme directory
run: zip -r theme.zip . -x '*.git*' -x '.github/**' -x 'composer.json' -x 'composer.lock' -x 'package.json' -x 'package-lock.json' -x 'webpack.config.js' -x 'README.md' -x 'phpcs.xml.dist'
run: zip -r k1-pro-child-theme.zip . -x '*.git*' -x '.github/**' -x 'composer.json' -x 'composer.lock' -x 'package.json' -x 'package-lock.json' -x 'webpack.config.js' -x 'README.md' -x 'phpcs.xml.dist' -x 'src/**'

- name: Release
id: create_release
Expand All @@ -60,4 +60,4 @@ jobs:
with:
name: Release ${{env.VERSION}}
tag_name: ${{env.VERSION}}
files: ./theme.zip
files: ./k1-pro-child-theme.zip
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
Theme Name: [Client Name] Custom
Theme URI: https://theme.co/pro/
Theme URI: [https://github.com/kingdom-one/pro-child-template]
Author: Kingdom One
Author URI: https://wwww.kingdomone.co
Description: A custom Wordpress theme for [Client], built on the back of Pro Theme (by Themeco).
Version: 0.1.0
Version: 0.1.1
License: GNU General Public License v2 or later
Template: pro
*/

0 comments on commit 5bbc931

Please sign in to comment.