Skip to content

Commit

Permalink
chore: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
timjackleus committed Dec 15, 2023
2 parents eebcbf2 + e0e9060 commit 00d32db
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: Prerelease
on:
push:
branches:
- beta
- alpha
# - beta
# - alpha
jobs:
calculate-next-version:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Release to WordPress plugin repository
on:
push:
branches:
- main
# - main pause for now
jobs:
calculate-next-version:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
tag_name: v${{ needs.calculate-next-version.outputs.new-release-version }}
files: ./${{ github.event.repository.name }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# macOS crap
.DS_Store

# ignore minified output
build

# ignore everything in the root except the "wp-content" directory.
!wp-content/

Expand Down
15 changes: 15 additions & 0 deletions assets/scss/ledyer-checkout-for-woocommerce.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#lco-wrapper {
display: flex;
flex-direction: column;
align-items: center;

#lco-order-review,
#lco-iframe {
width: 100%;
}

#lco-iframe {
display: flex;
justify-content: center;
}
}
1 change: 0 additions & 1 deletion build/ledyer-checkout-for-woocommerce.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/ledyer-checkout-for-woocommerce.css

This file was deleted.

1 change: 0 additions & 1 deletion build/ledyer-checkout-for-woocommerce.css.map

This file was deleted.

1 change: 0 additions & 1 deletion build/ledyer-checkout-for-woocommerce.js

This file was deleted.

1 change: 0 additions & 1 deletion build/ledyer-checkout-for-woocommerce.js.map

This file was deleted.

0 comments on commit 00d32db

Please sign in to comment.