diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1c2d599..2650f12 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -60,4 +60,4 @@ jobs: with: name: Release ${{env.VERSION}} tag_name: ${{env.VERSION}} - files: ./theme.zip + files: ./k1-pro-child-theme.zip diff --git a/style.css b/style.css index 4eee86a..3139ec7 100644 --- a/style.css +++ b/style.css @@ -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 */