Skip to content

Commit

Permalink
Removed build
Browse files Browse the repository at this point in the history
  • Loading branch information
code-boss committed Dec 17, 2024
1 parent d83e731 commit a9b2e9f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 31 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,34 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.PHP_VERSION }}

- name: Cache Composer packages
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install NPM Dependencies
run: npm ci

- name: Install Composer Dependencies
if: hashFiles('composer.json')
run: composer install --no-dev --optimize-autoloader

- name: Build Assets
run: npm run build
#- name: Setup Node.js
#uses: actions/setup-node@v3
#with:
#node-version: ${{ env.NODE_VERSION }}
#cache: 'npm'

#- name: Setup PHP
#uses: shivammathur/setup-php@v2
#with:
#php-version: ${{ env.PHP_VERSION }}

#- name: Cache Composer packages
#uses: actions/cache@v3
#with:
#path: vendor
#key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
#restore-keys: |
#${{ runner.os }}-php-

#- name: Install NPM Dependencies
#run: npm ci

#- name: Install Composer Dependencies
#if: hashFiles('composer.json')
#run: composer install --no-dev --optimize-autoloader

#- name: Build Assets
#run: npm run build

- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
Expand Down
2 changes: 1 addition & 1 deletion assets/js/admin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/admin.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/js/admin/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

/*================ Setup screen ================*/
jQuery(window).on('load', function() {
jQuery('body').addClass('awsmloging1');
jQuery('.awsm-job-setup').addClass('loaded');
});

Expand Down

0 comments on commit a9b2e9f

Please sign in to comment.