Skip to content

Commit

Permalink
[ Deploy ] Lightning のインストールも追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Dec 15, 2023
1 parent 05dc68b commit 34ed573
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
run: composer install
- name: Build
run: npm run build
- name: Install Lightning Theme
run: |
curl -s https://downloads.wordpress.org/theme/lightning.zip -o theme.zip
mkdir temp
unzip theme.zip -d temp/themes
rm -f theme.zip
- name: Install Lightning G3 Pro Unit
run: |
curl -sL "${{ secrets.G3_PRO_UNIT_URL }}" -o plugin.zip
Expand Down

0 comments on commit 34ed573

Please sign in to comment.